From 527a67298f85b7be22b70209a18bf15bac2f2c80 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 29 Mar 2017 23:04:34 -0700 Subject: [PATCH] Update __init__.py --- rtv/packages/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtv/packages/__init__.py b/rtv/packages/__init__.py index 76c1f85..bbab3b9 100644 --- a/rtv/packages/__init__.py +++ b/rtv/packages/__init__.py @@ -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.