From 69ad41f8a716e699a242133acd0e005b8cb344b8 Mon Sep 17 00:00:00 2001 From: Denis Zhdanov Date: Mon, 20 Mar 2023 15:24:24 +0100 Subject: [PATCH] Update faq.rst Fixing #2789 --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 7dc8c4c85..92e5c6fdd 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -35,7 +35,7 @@ Graphite was internally developed by `Orbitz`_ where it is used to visualize a v What is Graphite written in? ---------------------------- -Python2. The Graphite webapp is built on the `Django`_ web framework and uses the ExtJS javascript GUI toolkit. The graph rendering is done using the Cairo graphics library. The backend and database are written in pure Python. +Initially Graphite was written in Python v2, current code still supports Python 2.7 and Python 3 versions. The Graphite webapp is built on the `Django`_ web framework and uses the ExtJS javascript GUI toolkit. The graph rendering is done using the Cairo graphics library. The backend and database are written in pure Python. Who writes and maintains Graphite?