mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-82575: Adjust time.get_clock_info *adjustable* attribute doc (#135920)
This commit is contained in:
parent
025b4034d6
commit
e6102f0755
1 changed files with 2 additions and 2 deletions
|
|
@ -244,8 +244,8 @@ Functions
|
|||
|
||||
The result has the following attributes:
|
||||
|
||||
- *adjustable*: ``True`` if the clock can be changed automatically (e.g. by
|
||||
a NTP daemon) or manually by the system administrator, ``False`` otherwise
|
||||
- *adjustable*: ``True`` if the clock can be set to jump forward or backward
|
||||
in time, ``False`` otherwise. Does not refer to gradual NTP rate adjustments.
|
||||
- *implementation*: The name of the underlying C function used to get
|
||||
the clock value. Refer to :ref:`time-clock-id-constants` for possible values.
|
||||
- *monotonic*: ``True`` if the clock cannot go backward,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue