summaryrefslogtreecommitdiff
path: root/qutebrowser/completion/models/filepathcategory.py
diff options
context:
space:
mode:
authorAndrew MacFie <amacfie@sent.com>2021-01-14 20:25:30 -0500
committerAndrew MacFie <amacfie@sent.com>2021-01-14 20:25:30 -0500
commit8f7f3da1382d0ac918f139a094f68477bacee637 (patch)
treecd4effa3127c992a0fed826ef11d90200f582a56 /qutebrowser/completion/models/filepathcategory.py
parente0b66589fab295f0df5d568b11051e9321930283 (diff)
downloadqutebrowser-8f7f3da1382d0ac918f139a094f68477bacee637.tar.gz
qutebrowser-8f7f3da1382d0ac918f139a094f68477bacee637.zip
Fix c/p'ed docstring
Diffstat (limited to 'qutebrowser/completion/models/filepathcategory.py')
-rw-r--r--qutebrowser/completion/models/filepathcategory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/completion/models/filepathcategory.py b/qutebrowser/completion/models/filepathcategory.py
index 4382044a4..cc5a7378d 100644
--- a/qutebrowser/completion/models/filepathcategory.py
+++ b/qutebrowser/completion/models/filepathcategory.py
@@ -35,7 +35,7 @@ class FilePathCategory(QAbstractListModel):
self.columns_to_filter = [0]
def set_pattern(self, val: str) -> None:
- """Setter for pattern.
+ """Compute list of suggested paths. (Called from `CompletionModel`.)
Args:
val: The user's partially typed URL/path.