[conduit/iphone] Typo, s/datatype/datetime



commit 97c0371667d5e32f5348a1dfdf9e3a3f9f197d39
Author: John Stowers <john stowers gmail com>
Date:   Thu Sep 23 17:59:21 2010 +1200

    Typo, s/datatype/datetime

 conduit/datatypes/__init__.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/conduit/datatypes/__init__.py b/conduit/datatypes/__init__.py
index dcc3d8e..44482ad 100644
--- a/conduit/datatypes/__init__.py
+++ b/conduit/datatypes/__init__.py
@@ -29,7 +29,7 @@ class Rid(object):
         self.hash = str(hash)
 
         assert (type(uid) == str or type(uid) == unicode or uid == None), "UID must be unicode,string or None not %s" % type(uid)
-        assert (type(mtime) == datetime.datetime or mtime == None), "mtime must be datatime or None not %s" % type(datetime)
+        assert (type(mtime) == datetime.datetime or mtime == None), "mtime must be datetime or None not %s" % type(datetime)
 
     def __eq__(self, other):
         if other == None:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]