summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-06 20:25:07 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-06 20:25:07 +0200
commit168e94f0693600b122619222dd5cf2053b1d96ae (patch)
tree8c71a4fe745f42462652ab2cf930f2d8c99808b5 /docs/tutorials
parent09f43d3ba25ba2189a1b9abf6978e14690034d16 (diff)
downloadpyramid-168e94f0693600b122619222dd5cf2053b1d96ae.tar.gz
pyramid-168e94f0693600b122619222dd5cf2053b1d96ae.tar.bz2
pyramid-168e94f0693600b122619222dd5cf2053b1d96ae.zip
I have tested this on Python 3, and it works without modification
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki2/background.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/background.rst b/docs/tutorials/wiki2/background.rst
index 9933adc27..1f9582903 100644
--- a/docs/tutorials/wiki2/background.rst
+++ b/docs/tutorials/wiki2/background.rst
@@ -11,9 +11,8 @@ To code along with this tutorial, the developer will need a UNIX
machine with development tools (Mac OS X with XCode, any Linux or BSD
variant, etc) *or* a Windows system of any kind.
-.. warning::
+.. note::
- This tutorial has been written for Python 2. It is unlikely to work
- without modification under Python 3.
+ This tutorial runs on both Python 2 and 3 without modification.
Have fun!