Skip to content

Commit 098531c

Browse files
Fix typo
Co-Authored-By: Joris Van den Bossche <[email protected]>
1 parent ef6fb41 commit 098531c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/indexing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ as an attribute:
210210
See `here for an explanation of valid identifiers
211211
<https://docs.python.org/3/reference/lexical_analysis.html#identifiers>`__.
212212

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.
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.
214214

215215
- Similarly, the attribute will not be available if it conflicts with any of the following list: ``index``,
216216
``major_axis``, ``minor_axis``, ``items``.

0 commit comments

Comments
 (0)