Skip to content

Commit 6998251

Browse files
committed
Adjust comment
1 parent 9ff4878 commit 6998251

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
@@ -776,7 +776,7 @@ def read_xml(
776776
expressions. For more complex XPath, use ``lxml`` which requires
777777
installation.
778778
779-
namespaces : dict, list of dicts, optional
779+
namespaces : dict, optional
780780
The namespaces defined in XML document as dicts with key being
781781
namespace prefix and value the URI. There is no need to include all
782782
namespaces in XML, only the ones used in ``xpath`` expression.

0 commit comments

Comments
 (0)