diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-18 15:57:16 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-03-18 17:36:01 +0300 |
commit | 5f76bcc9d8a7d0ff624c12731027acf9a54dd5a8 (patch) | |
tree | 15ab8c78ee8a8e4e743139621d634551298db94e /contrib/python/python-dateutil/py2/dateutil/relativedelta.py | |
parent | ebc6526bccdf9d2304b9eef3a0a9eaba8e7e38f7 (diff) | |
download | ydb-5f76bcc9d8a7d0ff624c12731027acf9a54dd5a8.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/python-dateutil/py2/dateutil/relativedelta.py')
-rw-r--r-- | contrib/python/python-dateutil/py2/dateutil/relativedelta.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/python-dateutil/py2/dateutil/relativedelta.py b/contrib/python/python-dateutil/py2/dateutil/relativedelta.py index a9e85f7e6c..cd323a549e 100644 --- a/contrib/python/python-dateutil/py2/dateutil/relativedelta.py +++ b/contrib/python/python-dateutil/py2/dateutil/relativedelta.py @@ -48,7 +48,7 @@ class relativedelta(object): the corresponding arithmetic operation on the original datetime value with the information in the relativedelta. - weekday: + weekday: One of the weekday instances (MO, TU, etc) available in the relativedelta module. These instances may receive a parameter N, specifying the Nth weekday, which could be positive or negative |