Merge remote-tracking branch 'origin/master' into 3.0

This commit is contained in:
Satwik Kansal
2019-06-08 22:41:05 +05:30
3 changed files with 12 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ try:
except ImportError:
from urllib import urlretrieve
url = ("https://raw.githubusercontent.com/satwikkansal/"
url = ("http://raw.githubusercontent.com/satwikkansal/"
"wtfpython/master/README.md")
file_path = join(dirname(dirname(realpath(__file__))), "content.md")