Skip to content

Commit 4595993

Browse files
authored
Update tldr.py : fix syntax error in def of OS_DIRECTORIES
1 parent a1b9ef1 commit 4595993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tldr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
URLOPEN_CONTEXT.check_hostname = False
4242
URLOPEN_CONTEXT.verify_mode = ssl.CERT_NONE
4343

44-
OS_DIRECTORIES = {
44+
= {
4545
"android": "android",
4646
"darwin": "osx",
4747
"freebsd": "freebsd",
@@ -51,7 +51,7 @@
5151
"openbsd": "openbsd",
5252
"osx": "osx",
5353
"sunos": "sunos",
54-
"win32": "windows"
54+
"win32": "windows",
5555
"windows": "windows"
5656
}
5757

0 commit comments

Comments
 (0)