Skip to content

Commit 2150684

Browse files
[3.13] gh-82575: Adjust time.get_clock_info *adjustable* attribute doc (GH-135920) (#140098)
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 08c9a14 commit 2150684

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)