Skip to content

Commit 3ca4285

Browse files
author
Florian Preinstorfer
committed
Remove trailing whitespace
1 parent 7e9c828 commit 3ca4285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ in Python, this can cause some unexpected behaviour:
344344

345345
>>> from datetime import datetime
346346
>>> now = datetime.now()
347-
>>> t = Task(tw, description="take out the trash now")
347+
>>> t = Task(tw, description="take out the trash now")
348348
>>> t['due'] = now
349349
>>> now
350350
datetime.datetime(2015, 2, 1, 19, 44, 4, 770001)

0 commit comments

Comments
 (0)