summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-01-11 22:11:53 -0800
committerChris McDonough <chrism@plope.com>2013-01-11 22:11:53 -0800
commit98002808bd6e8c49a89ca5477aed36c853d10df9 (patch)
tree7ae6a5bc288eeef0f0264e7c43dffb56358590b1 /docs
parent8dd1e8e571ca8327bf2d21d6199b29bcc614db2a (diff)
parent168e94f0693600b122619222dd5cf2053b1d96ae (diff)
downloadpyramid-98002808bd6e8c49a89ca5477aed36c853d10df9.tar.gz
pyramid-98002808bd6e8c49a89ca5477aed36c853d10df9.tar.bz2
pyramid-98002808bd6e8c49a89ca5477aed36c853d10df9.zip
Merge pull request #774 from tshepang/outdated-warning
I have tested this on Python 3, and it works without modification
Diffstat (limited to 'docs')
-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!