aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libbe/utility.py1
1 files changed, 0 insertions, 1 deletions
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
"""