mirror of
https://github.com/python/cpython.git
synced 2025-08-08 19:09:46 +00:00
[3.11] GH-108202: Document `calendar
`'s command-line interface (GH-109020) (#109031)
GH-108202: Document ``calendar``'s command-line interface (GH-109020)
(cherry picked from commit f0f96a9f40
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
ed233ddc00
commit
5fbd77165b
2 changed files with 144 additions and 1 deletions
|
@ -693,7 +693,7 @@ def main(args):
|
|||
parser.add_argument(
|
||||
"-L", "--locale",
|
||||
default=None,
|
||||
help="locale to be used from month and weekday names"
|
||||
help="locale to use for month and weekday names"
|
||||
)
|
||||
parser.add_argument(
|
||||
"-e", "--encoding",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue