From 9eccea76ae5db2e5184ba24ef92f9f6cf4a9cd8f Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 4 Jun 2015 21:04:44 +0200 Subject: Documentation nit. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kconfiglib.py b/kconfiglib.py index 367de07..a2c072d 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3729,7 +3729,7 @@ def _get_lines(filename): return lines def _clean_up_path(path): - """Strips any initial "./" and trailing slash from 'path'.""" + """Strips an initial "./" and any trailing slashes from 'path'.""" if path.startswith("./"): path = path[2:] return path.rstrip("/") -- cgit v1.2.3