From fff94eaeaaf2c7b9d6c6b9ad559c779cbaa0c5da Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Thu, 24 Mar 2005 05:40:49 +0000 Subject: Removed comment from example --- libbe/utility.py | 1 - 1 file changed, 1 deletion(-) (limited to 'libbe') 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 """ -- cgit