فهرست منبع

temporal framework: Fixed doctests in base

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73581 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 6 سال پیش
والد
کامیت
c8e108244e
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      lib/python/temporal/base.py

+ 3 - 3
lib/python/temporal/base.py

@@ -563,7 +563,7 @@ class DatasetBase(SQLDatabaseInterface):
             mapset=PERMANENT
             creator=soeren
             temporal_type=absolute
-            creation_time=2001-01-01 00:00:00
+            creation_time='2001-01-01 00:00:00'
 
     """
 
@@ -860,8 +860,8 @@ class STDSBase(DatasetBase):
         mapset=PERMANENT
         creator=soeren
         temporal_type=absolute
-        creation_time=2001-01-01 00:00:00
-        modification_time=2001-01-01 00:00:00
+        creation_time='2001-01-01 00:00:00'
+        modification_time='2001-01-01 00:00:00'
         semantic_type=average
 
     """