diff options
| author | Paul Ganssle <1377457+pganssle@users.noreply.github.com> | 2022-12-03 15:07:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-03 15:07:04 -0500 |
| commit | b04edc08aa3559063b3b097f437941d8c4b84aba (patch) | |
| tree | 174b2ef9fbd215ad01d123df9034d138a9de3f57 /src/dateutil | |
| parent | e8151c15172620d8d55e410f9297564368c886bf (diff) | |
| parent | c73a9b183ff0aa2ab2ac8c7c52b61ac6081b6eed (diff) | |
| download | dateutil-git-master.tar.gz | |
Add pre commit
Diffstat (limited to 'src/dateutil')
| -rw-r--r-- | src/dateutil/relativedelta.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dateutil/relativedelta.py b/src/dateutil/relativedelta.py index a9e85f7..cd323a5 100644 --- a/src/dateutil/relativedelta.py +++ b/src/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 |
