Skip to content

Commit 3f9f4be

Browse files
Doc
1 parent dd59c78 commit 3f9f4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/time.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ Functions
238238

239239
The result has the following attributes:
240240

241-
- *adjustable*: ``True`` if the clock can be changed automatically (e.g. by
242-
a NTP daemon) or manually by the system administrator, ``False`` otherwise
241+
- *adjustable*: ``True`` if the clock can be set to jump forward or backward
242+
in time, ``False`` otherwise. Does not refer to gradual NTP rate adjustments.
243243
- *implementation*: The name of the underlying C function used to get
244244
the clock value. Refer to :ref:`time-clock-id-constants` for possible values.
245245
- *monotonic*: ``True`` if the clock cannot go backward,

0 commit comments

Comments
 (0)