summaryrefslogtreecommitdiff
path: root/src/dateutil
diff options
context:
space:
mode:
authorPaul Ganssle <1377457+pganssle@users.noreply.github.com>2022-12-03 15:07:04 -0500
committerGitHub <noreply@github.com>2022-12-03 15:07:04 -0500
commitb04edc08aa3559063b3b097f437941d8c4b84aba (patch)
tree174b2ef9fbd215ad01d123df9034d138a9de3f57 /src/dateutil
parente8151c15172620d8d55e410f9297564368c886bf (diff)
parentc73a9b183ff0aa2ab2ac8c7c52b61ac6081b6eed (diff)
downloaddateutil-git-master.tar.gz
Merge pull request #1248 from pganssle/add-pre-commitHEADmaster
Add pre commit
Diffstat (limited to 'src/dateutil')
-rw-r--r--src/dateutil/relativedelta.py2
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