Skip to content

Commit 7d6d38e

Browse files
authored
fix invalid parameter reference: milliseconds (#30)
1 parent ca8857c commit 7d6d38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ulid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def milliseconds(self) -> int:
195195
196196
Examples:
197197
198-
>>> ulid.timestamp
198+
>>> ulid.milliseconds
199199
1588257207560
200200
"""
201201
return int.from_bytes(self.bytes[: constants.TIMESTAMP_LEN], byteorder="big")

0 commit comments

Comments
 (0)