On Thu, Feb 9, 2017 at 1:18 PM, Hugo PROD HOMME <hugo.prodho...@gmx.fr>
wrote:
>
> I have made a template of the docstring to begin with, that I send as an
attached file, but I am not familiar with docstring format.

Please open an issue at bugs.python.org.  We did something similar in issue
#9650, [1] so I think this will be well received.  Python docstrings are in
plain text, but you need to consult PEP 436 (The Argument Clinic DSL) [2]
for details. The format() docstring is specified in Python/bltinmodule.c.

[1]: http://bugs.python.org/issue9650
[2]: https://www.python.org/dev/peps/pep-0436/#function-docstring
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to