Skip to content

Commit b6ae8f1

Browse files
committed
Fix use of _ instead of - in docstrings
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent c13618d commit b6ae8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebasin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def exclude_patterns(self):
184184
def __contains__(self, path: os.PathLike) -> bool:
185185
"""
186186
Returns
187-
_______
187+
-------
188188
bool
189189
True if `path` is a recognized source file in one of the code
190190
base's listed directories and does not match any exclude

0 commit comments

Comments
 (0)