Skip to content

Commit e19a91e

Browse files
adorilsonmatrixise
authored andcommitted
Add a footnote about Cheese Shop in Doc/tutorial (pythonGH-13103)
1 parent b35acc5 commit e19a91e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Doc/tutorial/whatnow.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ More Python resources:
3939
* https://docs.python.org: Fast access to Python's documentation.
4040

4141
* https://pypi.org: The Python Package Index, previously also nicknamed
42-
the Cheese Shop, is an index of user-created Python modules that are available
42+
the Cheese Shop [#]_, is an index of user-created Python modules that are available
4343
for download. Once you begin releasing code, you can register it here so that
4444
others can find it.
4545

@@ -68,3 +68,9 @@ Before posting, be sure to check the list of
6868
:ref:`Frequently Asked Questions <faq-index>` (also called the FAQ). The
6969
FAQ answers many of the questions that come up again and again, and may
7070
already contain the solution for your problem.
71+
72+
.. rubric:: Footnotes
73+
74+
.. [#] "Cheese Shop" is a Monty Python's sketch: a customer enters a cheese shop,
75+
but whatever cheese he asks for, the clerk says it's missing.
76+

0 commit comments

Comments
 (0)