We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6fb41 commit 098531cCopy full SHA for 098531c
doc/source/user_guide/indexing.rst
@@ -210,7 +210,7 @@ as an attribute:
210
See `here for an explanation of valid identifiers
211
<https://docs.python.org/3/reference/lexical_analysis.html#identifiers>`__.
212
213
- - The attribute will not be available if it conflicts with an existing method name, e.g. ``s.min`` is not allowed, but ``s['min']``is possible.
+ - The attribute will not be available if it conflicts with an existing method name, e.g. ``s.min`` is not allowed, but ``s['min']`` is possible.
214
215
- Similarly, the attribute will not be available if it conflicts with any of the following list: ``index``,
216
``major_axis``, ``minor_axis``, ``items``.
0 commit comments