On 2021-12-10 08:20:25, Ricky Teachey wrote:
> Very very interesting that Sphinx already treats a bare string under the
> parameter as documentation! I had no idea. Does it do the same thing at the
> module level?

Yes.

> $ cat module.py
> """This is the module docs"""
>
> class CLS:
>       """CLS docs"""
>
>       attr: int
>       """CLS.attr doc"""
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/HTFID5VQYMO65JACAPDTQDRXJVYWKLL7/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to