Skip to content

Commit a25fa41

Browse files
authored
Fix BO28 README typo (#343)
1 parent e7bbdeb commit a25fa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ limitations make it difficult.
173173

174174
**B027**: Empty method in abstract base class, but has no abstract decorator. Consider adding @abstractmethod.
175175

176-
**BO28**: No explicit stacklevel keyword argument found. The warn method from the warnings module uses a
176+
**B028**: No explicit stacklevel keyword argument found. The warn method from the warnings module uses a
177177
stacklevel of 1 by default. This will only show a stack trace for the line on which the warn method is called.
178178
It is therefore recommended to use a stacklevel of 2 or greater to provide more information to the user.
179179

0 commit comments

Comments
 (0)