]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-82575: Adjust `time.get_clock_info` *adjustable* attribute doc (GH-135920...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Oct 2025 08:37:07 +0000 (10:37 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 08:37:07 +0000 (08:37 +0000)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Doc/library/time.rst

index b05c0a312dbe34d99cbda89557d63847ede1e534..a990101057019b68d505377fb5df3c45afac7267 100644 (file)
@@ -238,8 +238,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,