Removed comment from example
authorAaron Bentley <aaron.bentley@utoronto.ca>
Thu, 24 Mar 2005 05:40:49 +0000 (05:40 +0000)
committerAaron Bentley <aaron.bentley@utoronto.ca>
Thu, 24 Mar 2005 05:40:49 +0000 (05:40 +0000)
libbe/utility.py

index 3ed4bda015d88bcbbc84f7459d204d52afa3cb6d..de5d2c58ee30d6f6a598972ca9b06c9a8a1cdfef 100644 (file)
@@ -70,7 +70,6 @@ def str_to_time(str_time):
     >>> str_to_time("Thu, 01 Jan 1970 00:00:00 +0000")
     0
     >>> q = time.time()
-    # int(q) because the round-trip loses sub-second data
     >>> str_to_time(time_to_str(q)) == int(q)
     True
     """