Merge pull request #92 from yaph/patch-1

Fixed small typo datatime -> datetime
This commit is contained in:
Konsta Vesterinen
2014-09-23 09:23:38 +03:00

View File

@@ -16,7 +16,7 @@ from .scalar_coercible import ScalarCoercible
class ArrowType(types.TypeDecorator, ScalarCoercible): class ArrowType(types.TypeDecorator, ScalarCoercible):
""" """
ArrowType provides way of saving Arrow_ objects into database. It ArrowType provides way of saving Arrow_ objects into database. It
automatically changes Arrow_ objects to datatime objects on the way in and automatically changes Arrow_ objects to datetime objects on the way in and
datetime objects back to Arrow_ objects on the way out (when querying datetime objects back to Arrow_ objects on the way out (when querying
database). ArrowType needs Arrow_ library installed. database). ArrowType needs Arrow_ library installed.