aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Lib/calendar.py
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.com>2023-10-03 23:32:21 +0300
committershadchin <shadchin@yandex-team.com>2023-10-03 23:48:51 +0300
commit01ffd024041ac933854c367fb8d1b5682d19883f (patch)
treeb70aa497ba132a133ccece49f7763427dcd0743f /contrib/tools/python3/src/Lib/calendar.py
parenta33fdb9a34581fd124e92535153b1f1fdeca6aaf (diff)
downloadydb-01ffd024041ac933854c367fb8d1b5682d19883f.tar.gz
Update Python 3 to 3.11.6
Diffstat (limited to 'contrib/tools/python3/src/Lib/calendar.py')
-rw-r--r--contrib/tools/python3/src/Lib/calendar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/src/Lib/calendar.py b/contrib/tools/python3/src/Lib/calendar.py
index 657396439c..7cdf9311b5 100644
--- a/contrib/tools/python3/src/Lib/calendar.py
+++ b/contrib/tools/python3/src/Lib/calendar.py
@@ -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",