Skip to content

Commit cf706cb

Browse files
Update tldr.py : fix space typo in OS_DIRECTORIES definition
Co-authored-by: spageektti <[email protected]>
1 parent 10e6d28 commit cf706cb

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-
OS_DIRECTORIES = {
44+
OS_DIRECTORIES = {
4545
"android": "android",
4646
"darwin": "osx",
4747
"freebsd": "freebsd",

0 commit comments

Comments
 (0)