From 01ae779a7c2767e3c1043a9ca2ddd1dd815991ae Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 8 Aug 2014 05:24:15 -0700 Subject: [PATCH] Fix grammar in comment. --- psslib/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psslib/driver.py b/psslib/driver.py index ad62c9b..a238bd0 100644 --- a/psslib/driver.py +++ b/psslib/driver.py @@ -198,7 +198,7 @@ def pss_run(roots, this function. Besides, most options are passed verbatim to submodules and documented there. I don't like to repeat myself too much :-) - Returns True/False depending was match found or not. + Returns True if a match was found, False otherwise. """ # Set up a default output formatter, if none is provided #