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.
1 parent 46e55dc commit 6b2785cCopy full SHA for 6b2785c
README.rst
@@ -22,7 +22,7 @@ Python datetimes made easy.
22
23
>>> if pendulum.now().is_weekend():
24
... print('Party!')
25
- Party!
+ 'Party!'
26
27
>>> past = pendulum.now().sub(minutes=2)
28
>>> past.diff_for_humans()
@@ -47,7 +47,6 @@ It also removes the notion of naive datetimes: each ``Pendulum`` instance is tim
47
and by default in ``UTC`` for ease of use.
48
49
Pendulum also improves the standard ``timedelta`` class by providing more intuitive methods and properties.
50
-See the `Documentation <http://pendulum.eustace.io/docs/#interval>`_ for more information.
51
52
53
Why not Arrow?
0 commit comments