Skip to content

Commit 1eb0806

Browse files
committed
Fix typo in comment
1 parent e4545ad commit 1eb0806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/common/time/_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
# The existence of this class will make the driver's custom date time
23-
# implementation use it instead of a real clock since its precision it higher
23+
# implementation use it instead of a real clock since its precision is higher
2424
# than all the other clocks (only up to nanoseconds).
2525
class FixedClock(_Clock):
2626
@classmethod

0 commit comments

Comments
 (0)