Commit c83cf55d authored by Tim Peters's avatar Tim Peters

Repaired thinko in defn of tid_repr.

parent 6f23e5d2
...@@ -76,7 +76,7 @@ def oid_repr(oid): ...@@ -76,7 +76,7 @@ def oid_repr(oid):
return repr(oid) return repr(oid)
serial_repr = oid_repr serial_repr = oid_repr
tid_repr = oid_repr tid_repr = serial_repr
# For example, produce # For example, produce
# '0x03441422948b4399 2002-04-14 20:50:34.815000' # '0x03441422948b4399 2002-04-14 20:50:34.815000'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment