Skip to content

Commit df2a405

Browse files
Update pandas/core/base.py
Co-Authored-By: Simon Hawkins <[email protected]>
1 parent b85bea3 commit df2a405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ class IndexOpsMixin:
609609

610610
@property
611611
def _values(self) -> Union[ExtensionArray, np.ndarray]:
612-
# must e defined here as a property for mypy
612+
# must be defined here as a property for mypy
613613
raise AbstractMethodError(self)
614614

615615
def transpose(self, *args, **kwargs):

0 commit comments

Comments
 (0)