README: fix typo

This commit is contained in:
Will Roberts 2014-02-02 15:48:38 +01:00
parent be97dc0a68
commit a9fa7de82d

View File

@ -1,6 +1,6 @@
======================================
timeparse.py: time expression parser
======================================
=====================================
pytimeparse: time expression parser
=====================================
Copyright (c) 2014 Will Roberts <wildwilhelm@gmail.com>
@ -48,7 +48,7 @@ expressions like the following:
- ``5.6 week``
- ``5.6 weeks``
It returns the time as a number of seconds (an integer value of
It returns the time as a number of seconds (an integer value if
possible, otherwise a floating-point number)::
from pytimeparse.timeparse import timeparse