We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f7960 commit f3a6b71Copy full SHA for f3a6b71
1 file changed
pathspec/gitignore.py
@@ -107,7 +107,7 @@ def from_lines(
107
the result from :meth:`str.splitlines`.
108
109
*pattern_factory* does not need to be set for :class:`GitIgnoreSpec`. If
110
- set, it should be either :data:`"gitignore"` or :class:`.GitIgnoreSpecPattern`.
+ set, it should be either ``"gitignore"`` or :class:`.GitIgnoreSpecPattern`.
111
There is no guarantee it will work with any other pattern class. Default is
112
:data:`None` for :class:`.GitIgnoreSpecPattern`.
113
0 commit comments