mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Make the inline link to docstrings work.
This commit is contained in:
@@ -55,6 +55,8 @@ Comments
|
||||
Comments are written directly inside the code, either using the hash sign (#)
|
||||
or a docstring_.
|
||||
|
||||
.. _docstring: docstrings_
|
||||
|
||||
Finding the correct balance between undocumented code and verbose and useless
|
||||
comment boilerplates is difficult, and is the subject of heated discussion
|
||||
among developers.
|
||||
|
||||
Reference in New Issue
Block a user