We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3340f27 commit ce4ab82Copy full SHA for ce4ab82
pandas/core/base.py
@@ -758,7 +758,7 @@ def nbytes(self):
758
@property
759
def strides(self):
760
""" return the strides of the underlying data """
761
- warnings.warn("{obj}.strudes is deprecated and will be removed "
+ warnings.warn("{obj}.strides is deprecated and will be removed "
762
"in a future version".format(obj=type(self).__name__),
763
FutureWarning, stacklevel=2)
764
return self._ndarray_values.strides
0 commit comments