File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ More Python resources:
39
39
* https://docs.python.org: Fast access to Python's documentation.
40
40
41
41
* 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
43
43
for download. Once you begin releasing code, you can register it here so that
44
44
others can find it.
45
45
@@ -68,3 +68,9 @@ Before posting, be sure to check the list of
68
68
:ref: `Frequently Asked Questions <faq-index >` (also called the FAQ). The
69
69
FAQ answers many of the questions that come up again and again, and may
70
70
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
+
You can’t perform that action at this time.
0 commit comments