summaryrefslogtreecommitdiff
path: root/basic_python
diff options
context:
space:
mode:
Diffstat (limited to 'basic_python')
-rw-r--r--basic_python/intro.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/basic_python/intro.rst b/basic_python/intro.rst
index c5298ee..ca340c5 100644
--- a/basic_python/intro.rst
+++ b/basic_python/intro.rst
@@ -20,6 +20,8 @@ to do with the reptilian, but its been named after the 70s comedy series
"Monty Python's Flying Circus", since it happens to be Guido's favourite
TV series.
+This is a Test.
+
Current stable version of Python is 2.6.x, although Python 3.0 is also the stable
version, it is not backwards compatible with the previous versions and is hence
not entirely popular at the moment. This material will focus on the 2.6.x series.