Commit ce7f410
committed
Fix typo in time.monotonic_ns() docstring
The docstring for monotonic_ns referred to comparing against values from
time.monotonic(), but should refer to time.monotonic_ns() since the two
return different units.
Fixes #109461 parent b8d92f9 commit ce7f410
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments