summaryrefslogtreecommitdiff
path: root/basic_python
diff options
context:
space:
mode:
authorAmit Sethi2010-02-28 19:17:17 +0530
committerAmit Sethi2010-02-28 19:17:17 +0530
commit0517b0605c12a19b9e86852113b5c042bc17a5a3 (patch)
tree188eb8bcf2cc42ecd208890634f7fe0ca146f738 /basic_python
parent8a3dd7e780d995964d2cd20f553b35834fcfbc7a (diff)
downloadsees-0517b0605c12a19b9e86852113b5c042bc17a5a3.tar.gz
sees-0517b0605c12a19b9e86852113b5c042bc17a5a3.tar.bz2
sees-0517b0605c12a19b9e86852113b5c042bc17a5a3.zip
Testing autobuilding review from SEES documentation
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.