Skip to content

Commit f3a6b71

Browse files
committed
Fix rst warning
1 parent 88f7960 commit f3a6b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathspec/gitignore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def from_lines(
107107
the result from :meth:`str.splitlines`.
108108
109109
*pattern_factory* does not need to be set for :class:`GitIgnoreSpec`. If
110-
set, it should be either :data:`"gitignore"` or :class:`.GitIgnoreSpecPattern`.
110+
set, it should be either ``"gitignore"`` or :class:`.GitIgnoreSpecPattern`.
111111
There is no guarantee it will work with any other pattern class. Default is
112112
:data:`None` for :class:`.GitIgnoreSpecPattern`.
113113

0 commit comments

Comments
 (0)