From: Aaron Bentley Date: Thu, 24 Mar 2005 05:40:49 +0000 (+0000) Subject: Removed comment from example X-Git-Tag: 1.0.0~319 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fff94eaeaaf2c7b9d6c6b9ad559c779cbaa0c5da;p=be.git Removed comment from example --- diff --git a/libbe/utility.py b/libbe/utility.py index 3ed4bda..de5d2c5 100644 --- a/libbe/utility.py +++ b/libbe/utility.py @@ -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 """