Skip to content

DOC: Remove 1.0.0 versionadded/versionchanged #51469

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix
  • Loading branch information
phofl committed Feb 22, 2023
commit b98489a74e13a664ea32282b2cfccb0b67c4ea62
6 changes: 3 additions & 3 deletions pandas/core/arrays/integer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class IntegerDtype(NumericDtype):
An ExtensionDtype to hold a single size & kind of integer dtype.

These specific implementations are subclasses of the non-public
IntegerDtype. For example we have Int8Dtype to represent signed int 8s.
IntegerDtype. For example, we have Int8Dtype to represent signed int 8s.

The attributes name & type are set when these subclasses are created.
"""
Expand Down Expand Up @@ -137,8 +137,8 @@ class IntegerArray(NumericArray):

_dtype_docstring = """
An ExtensionDtype for {dtype} integer data.
Uses :attr:`pandas.NA` as its missing value,
rather than :attr:`numpy.nan`.

Uses :attr:`pandas.NA` as its missing value, rather than :attr:`numpy.nan`.

Attributes
----------
Expand Down