Skip to content

Commit 9938f68

Browse files
authored
DOC: Typo: missing space. (#55354)
Typo: missing space. Without trailing space the interpreted text is not close. Even if it were we want a space in the documentation. (Note, if one does not want a space between the closing backtick and the subsequent text one must use backslash-space.
1 parent 93abfb3 commit 9938f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/xml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class _XMLFrameParser:
8888
Parse only the attributes at the specified ``xpath``.
8989
9090
names : list
91-
Column names for :class:`~pandas.DataFrame`of parsed XML data.
91+
Column names for :class:`~pandas.DataFrame` of parsed XML data.
9292
9393
dtype : dict
9494
Data type for data or columns. E.g. {{'a': np.float64,

0 commit comments

Comments
 (0)