]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a footnote about Cheese Shop in Doc/tutorial (GH-13103) (GH-13174)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 May 2019 20:59:20 +0000 (13:59 -0700)
committerChris Withers <chris@withers.org>
Tue, 7 May 2019 20:59:20 +0000 (21:59 +0100)
(cherry picked from commit e19a91e45fd54a56e39c2d12e6aaf4757030507f)

Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
Doc/tutorial/whatnow.rst

index d876d0740d80655e26bc45db3e788f9f88c9a4f8..3208201312b8710a791f1207c5fc36322a612888 100644 (file)
@@ -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.
+