summaryrefslogtreecommitdiff
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-05-07 13:59:20 -0700
committerChris Withers <chris@withers.org>2019-05-07 21:59:20 +0100
commit5edd82c806435ccf936504553da39d0778e49825 (patch)
tree5a76f5936de2c36c332c2084129e89e2f667ba73 /Doc/tutorial
parent3b4b28efbde63502709bede7c5f9403ec6f37428 (diff)
downloadcpython-git-5edd82c806435ccf936504553da39d0778e49825.tar.gz
Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) (GH-13174)
(cherry picked from commit e19a91e45fd54a56e39c2d12e6aaf4757030507f) Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
Diffstat (limited to 'Doc/tutorial')
-rw-r--r--Doc/tutorial/whatnow.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst
index d876d0740d..3208201312 100644
--- a/Doc/tutorial/whatnow.rst
+++ b/Doc/tutorial/whatnow.rst
@@ -39,7 +39,7 @@ More Python resources:
* https://docs.python.org: Fast access to Python's documentation.
* https://pypi.org: The Python Package Index, previously also nicknamed
- the Cheese Shop, is an index of user-created Python modules that are available
+ the Cheese Shop [#]_, is an index of user-created Python modules that are available
for download. Once you begin releasing code, you can register it here so that
others can find it.
@@ -68,3 +68,9 @@ Before posting, be sure to check the list of
:ref:`Frequently Asked Questions <faq-index>` (also called the FAQ). The
FAQ answers many of the questions that come up again and again, and may
already contain the solution for your problem.
+
+.. rubric:: Footnotes
+
+.. [#] "Cheese Shop" is a Monty Python's sketch: a customer enters a cheese shop,
+ but whatever cheese he asks for, the clerk says it's missing.
+