Skip to content

Commit

Permalink
Updated generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
surge119 committed Jun 4, 2024
1 parent f90b55b commit 877d33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/builtins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Built-in Rules
.. class:: DeprecatedABCImport

Checks for the use of the deprecated collections ABC import. Since python 3.3, the Collections Abstract Base Classes (ABC) have been moved to `collections.abc`.
This `LintRule` checks that all ABC imports are under `collections.ABC`.
This `LintRule` checks that all ABC imports are under `collections.abc`.

.. attribute:: MESSAGE

Expand Down

0 comments on commit 877d33f

Please sign in to comment.