mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
bpo-28468: Fix typo in _os_release_candidates (GH-23913)
Automerge-Triggered-By: GH:tiran
This commit is contained in:
parent
28b75c80dc
commit
bfda4f5776
1 changed files with 1 additions and 1 deletions
|
@ -1241,7 +1241,7 @@ _os_release_line = re.compile(
|
|||
# unescape five special characters mentioned in the standard
|
||||
_os_release_unescape = re.compile(r"\\([\\\$\"\'`])")
|
||||
# /etc takes precedence over /usr/lib
|
||||
_os_release_candidates = ("/etc/os-release", "/usr/lib/os-relesase")
|
||||
_os_release_candidates = ("/etc/os-release", "/usr/lib/os-release")
|
||||
_os_release_cache = None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue