File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,8 +210,8 @@ def sherlock(
210210 except ImportError :
211211 print ("Important!" )
212212 print ("> Dependencies for --tor and --unique-tor are now optional, and WILL BE DEPRECATED in a future release of Sherlock." )
213- print ("> If you've installed Sherlock via pipx , you can install the dependency with `pip install sherlock-project[tor]`." )
214- print ("> Other packages should refer to their packager maintainer's documentation, or install separately with `pipx install torrequest`.\n " )
213+ print ("> If you've installed Sherlock via pip , you can install with the dependency with `pip install sherlock-project[tor]`." )
214+ print ("> Other packages should refer to their documentation, or install separately with `pip install torrequest`.\n " )
215215 sys .exit (query_notify .finish ())
216216
217217 # Requests using Tor obfuscation
You can’t perform that action at this time.
0 commit comments