summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgweis <gerhard.weis@gmail.com>2015-05-19 04:15:22 +1000
committergweis <gerhard.weis@gmail.com>2015-05-19 04:15:22 +1000
commit3417bc297e88d701c7e616bd1045e1fd8ed5f959 (patch)
tree2db649e90a2eb656892df8b7d5b382903e3cf94c
parent2e5fdaa2f92b73423be7318fd55c762713c36ffd (diff)
parentb9022fc17df938804fdb0a06c919543d897d02e6 (diff)
downloadisodate-3417bc297e88d701c7e616bd1045e1fd8ed5f959.tar.gz
Merge pull request #23 from nikolas/patch-2
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*: