Skip to content

Commit 81d3cec

Browse files
committed
Fix typo
1 parent 00b1af1 commit 81d3cec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake8_dunder_all/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def check_and_add_all(filename: PathLike, quote_type: str = '"') -> int:
236236
237237
.. versionchanged:: 0.2.0
238238
239-
Now returns ``0`` and doesn't add ``__all__`` if the file contains a `` # noqa: DALL000 ` comment.
239+
Now returns ``0`` and doesn't add ``__all__`` if the file contains a ``# noqa: DALL000`` comment.
240240
"""
241241

242242
quotes = {"'", '"'}

0 commit comments

Comments
 (0)