Skip to content

Commit

Permalink
Clarify comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 19, 2015
1 parent 6fee8f5 commit 521c8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistent/tests/test_timestamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def test_py_hash_32_64_bit(self):
persistent.timestamp.c_long = orig_c_long

# These are *usually* aliases, but aren't required
# to be
# to be (and aren't under Jython 2.7).
if orig_c_long is ctypes.c_int32:
self.assertEqual(py.__hash__(), bit_32_hash)
elif orig_c_long is ctypes.c_int64:
Expand Down

0 comments on commit 521c8f7

Please sign in to comment.