Skip to content

Commit 10e6d28

Browse files
authored
Update tldr.py : again fix OS_DIRECTORIES def
1 parent 4595993 commit 10e6d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tldr.py

Lines changed: 1 addition & 1 deletion
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-
= {
44+
OS_DIRECTORIES = {
4545
"android": "android",
4646
"darwin": "osx",
4747
"freebsd": "freebsd",

0 commit comments

Comments
 (0)