Skip to content

Commit 6b2785c

Browse files
committed
Updates README
1 parent 46e55dc commit 6b2785c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Python datetimes made easy.
2222
2323
>>> if pendulum.now().is_weekend():
2424
... print('Party!')
25-
Party!
25+
'Party!'
2626
2727
>>> past = pendulum.now().sub(minutes=2)
2828
>>> past.diff_for_humans()
@@ -47,7 +47,6 @@ It also removes the notion of naive datetimes: each ``Pendulum`` instance is tim
4747
and by default in ``UTC`` for ease of use.
4848

4949
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.
5150

5251

5352
Why not Arrow?

0 commit comments

Comments
 (0)