Skip to content

Commit

Permalink
Fix use of _ instead of - in docstrings
Browse files Browse the repository at this point in the history
Signed-off-by: John Pennycook <john.pennycook@intel.com>
  • Loading branch information
Pennycook committed Aug 22, 2024
1 parent c13618d commit b6ae8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebasin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def exclude_patterns(self):
def __contains__(self, path: os.PathLike) -> bool:
"""
Returns
_______
-------
bool
True if `path` is a recognized source file in one of the code
base's listed directories and does not match any exclude
Expand Down

0 comments on commit b6ae8f1

Please sign in to comment.