summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/glossary.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index 16215d2..8ce622d 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -388,9 +388,10 @@ Glossary
definition), or pass several arguments as a list to a function. See
:term:`argument`.
- Python 3000
- Nickname for the next major Python version, 3.0 (coined long ago when the
- release of version 3 was something in the distant future.)
+ Python 3000
+ Nickname for the next major Python version, 3.0 (coined long ago
+ when the release of version 3 was something in the distant future.) This
+ is also abbreviated "Py3k".
Pythonic
An idea or piece of code which closely follows the most common idioms of