]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-82575: Adjust `time.get_clock_info` *adjustable* attribute doc (#135920)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 14 Oct 2025 08:30:56 +0000 (09:30 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 08:30:56 +0000 (11:30 +0300)
Doc/library/time.rst

index 3e6f5a97b49be90361e11b4fa8817071707ec38a..8aff2b2dc67482a8aeedb0eca6eaa92dfab65e25 100644 (file)
@@ -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,