summaryrefslogtreecommitdiff
path: root/docs/intro/reusable-apps.txt
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2013-12-30 18:15:49 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2013-12-30 19:09:45 +0100
commit99649ddcb21b5c07258569d4585ffe3cf9eb4f38 (patch)
tree0306b7467ae6172b2a7c7ac98d4bd4e4dfb1a701 /docs/intro/reusable-apps.txt
parent7d7b27d2b1256787849c9e3902d7aa26ac71685b (diff)
Assumed Python 3 throughout docs/intro.
Various small fixes while I was proof-reading.
Diffstat (limited to 'docs/intro/reusable-apps.txt')
-rw-r--r--docs/intro/reusable-apps.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
index 4c6e2173db..7f1d984d1f 100644
--- a/docs/intro/reusable-apps.txt
+++ b/docs/intro/reusable-apps.txt
@@ -215,9 +215,10 @@ this. For a small app like polls, this process isn't too difficult.
'License :: OSI Approved :: BSD License', # example license
'Operating System :: OS Independent',
'Programming Language :: Python',
- # replace these appropriately if you are using Python 3
- 'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.7',
+ # Replace these appropriately if you are stuck on Python 2.
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],