summaryrefslogtreecommitdiffstats
path: root/docs/docs/timezones.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/timezones.md')
-rw-r--r--docs/docs/timezones.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/timezones.md b/docs/docs/timezones.md
index 85ff147..e70034e 100644
--- a/docs/docs/timezones.md
+++ b/docs/docs/timezones.md
@@ -67,7 +67,7 @@ adopt the proper behavior and apply the transition accordingly.
>>> dt = dt.add(microseconds=1)
'2013-03-31T03:00:00+02:00'
>>> dt.subtract(microseconds=1)
-'2013-03-31T01:59:59.999998+01:00'
+'2013-03-31T01:59:59.999999+01:00'
>>> dt = pendulum.datetime(2013, 10, 27, 2, 59, 59, 999999,
tz='Europe/Paris',