Update __init__.py

This commit is contained in:
Michael Lazar
2017-03-29 23:04:34 -07:00
committed by GitHub
parent a26ce0475c
commit 527a67298f

View File

@@ -1,5 +1,5 @@
"""
This stub allows the the package to fallback to their system installation of
This stub allows the user to fallback to their system installation of
praw if the bundled package is missing. This technique was inspired by the
requests library and how it handles dependencies.