From b9022fc17df938804fdb0a06c919543d897d02e6 Mon Sep 17 00:00:00 2001 From: nikolas Date: Mon, 18 May 2015 13:43:42 -0400 Subject: Fix typo in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*: -- cgit v1.2.1