Skip to content

Commit b2c8205

Browse files
authored
Updated docstrings for missing description : fix SA04
pandas-dev Issue pandas-dev#28792
1 parent 3acca2b commit b2c8205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/dtypes/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class ExtensionDtype:
1616
1717
See Also
1818
--------
19-
extensions.register_extension_dtype
20-
extensions.ExtensionArray
19+
extensions.register_extension_dtype : Register an ExtensionType with pandas as class decorator.
20+
extensions.ExtensionArray : Abstract base class for custom 1-D array types.
2121
2222
Notes
2323
-----

0 commit comments

Comments
 (0)