We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1407d1 + f747f50 commit 76f7d65Copy full SHA for 76f7d65
docs/docs/comparison.md
@@ -64,7 +64,7 @@ the `now()` is created in the same timezone as the instance.
64
65
>>> born = pendulum.datetime(1987, 4, 23)
66
>>> not_birthday = pendulum.datetime(2014, 9, 26)
67
->>> birthday = pendulum.datetime(2014, 2, 23)
+>>> birthday = pendulum.datetime(2014, 4, 23)
68
>>> past_birthday = pendulum.now().subtract(years=50)
69
70
>>> born.is_birthday(not_birthday)
0 commit comments