mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Co-authored-by: Éric <merwok@netwok.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
4 lines
231 B
ReStructuredText
4 lines
231 B
ReStructuredText
All docstrings in code snippets are now wrapped into :func:`PyDoc_STR` to
|
|
follow the guideline of `PEP 7's Documentation Strings paragraph
|
|
<https://www.python.org/dev/peps/pep-0007/#documentation-strings>`_. Patch
|
|
by Oleg Iarygin.
|