Skip to content

Commit

Permalink
Typo: missing space.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Carreau committed Oct 2, 2023
1 parent 0db27c0 commit a74fd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class _XMLFrameParser:
Parse only the attributes at the specified ``xpath``.
names : list
Column names for :class:`~pandas.DataFrame`of parsed XML data.
Column names for :class:`~pandas.DataFrame` of parsed XML data.
dtype : dict
Data type for data or columns. E.g. {{'a': np.float64,
Expand Down

0 comments on commit a74fd5b

Please sign in to comment.