Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 40a536b

Browse files
authored
s/the the/the/ (GH-6287)
1 parent c0518cd commit 40a536b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ Glossary
463463

464464

465465
hash-based pyc
466-
A bytecode cache file that uses the the hash rather than the last-modified
466+
A bytecode cache file that uses the hash rather than the last-modified
467467
time of the corresponding source file to determine its validity. See
468468
:ref:`pyc-invalidation`.
469469

Misc/HISTORY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ Release date: 2014-09-22
13891389
Core and Builtins
13901390
-----------------
13911391

1392-
- Issue #22258: Fix the the internal function set_inheritable() on Illumos.
1392+
- Issue #22258: Fix the internal function set_inheritable() on Illumos.
13931393
This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails
13941394
with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable()
13951395
now falls back to the slower ``fcntl()`` (``F_GETFD`` and then ``F_SETFD``).

0 commit comments

Comments
 (0)