array.typecodes is incorrectly documented as a class attribute
#98657
Labels
docs
Documentation in the Doc dir


jsbueno-blockfi commentedOct 25, 2022
Documentation
https://docs.python.org/3/library/array.html#array.typecodes
Is a module attribute, but the documents put it intermingled with the methods and attributes of the
array.arrayclass instead.It looks like this definition was intended to be before the
class arrayparagraph that starts the documentation for the class (https://docs.python.org/3/library/array.html#array.array)The text was updated successfully, but these errors were encountered: