[issue45912] [argparse] Print texts starting with capital letters and finish with dot for more formality

Irit Katriel report at bugs.python.org
Sun Nov 28 14:45:56 EST 2021


Irit Katriel <iritkatriel at gmail.com> added the comment:

I don't think argparse should do such formatting. You can give it the help text in this format if that's what you want printed, and you can implement your own formatter: https://docs.python.org/3/library/argparse.html#formatter-class

----------
nosy: +iritkatriel

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45912>
_______________________________________


More information about the Python-bugs-list mailing list