diff options
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 9d4642c..ad7f98f 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2104,8 +2104,6 @@ features: - If *times* and *ns* are both ``None``, this is equivalent to specifying ``ns=(atime_ns, mtime_ns)`` where both times are the current time. - (The effect is similar to running the Unix program - :program:`touch` on *path*.) It is an error to specify tuples for both *times* and *ns*. |