summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornikolas <nnyby@columbia.edu>2015-05-18 13:43:42 -0400
committernikolas <nnyby@columbia.edu>2015-05-18 13:43:42 -0400
commitb9022fc17df938804fdb0a06c919543d897d02e6 (patch)
treef36869df6d04af17be1a580087d37d11facd4864
parentc75cf61c4ba289afe95ce27d7763e49860ffec4a (diff)
downloadisodate-b9022fc17df938804fdb0a06c919543d897d02e6.tar.gz
Fix typo in readme
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index cd90551..084c8c6 100644
--- a/README.rst
+++ b/README.rst
@@ -60,7 +60,7 @@ does not handle years and months, this module provides a *Duration* class,
which can be used almost like a *timedelta* object (with some limitations).
However, a *Duration* object can be converted into a *timedelta* object.
-There are also ISO formating methods for all supported data types. Each
+There are also ISO formatting methods for all supported data types. Each
*xxx_isoformat* method accepts a format parameter. The default format is
always the ISO 8601 expanded format. This is the same format used by
*datetime.isoformat*: