Skip to content

Commit

Permalink
doc: ElementTree is in standard library
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Feb 26, 2017
1 parent 2fc40fd commit aee83e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ module is available and the corresponding backend is ready to use:
Ini-like, ini, ``configparser`` (standard lib), do.
Pickle, pickle, ``pickle`` (standard lib), do.
Java properties [#]_ , properties, None (native implementation with standard lib), do.
XML, xml, ``ElementTree``, do.
XML, xml, ``ElementTree`` (standard lib), do.
YAML, yaml, ``PyYAML`` [#]_, Enabled automatically if the left requirement is satisfied.
ConifgObj, configobj, ``configobj`` [#]_, do.
MessagePack, msgpack, ``msgpack-python`` [#]_, do.
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ module is available and the corresponding backend is ready to use:
Ini-like, ini, ``configparser`` (standard lib), do.
Pickle, pickle, ``pickle`` (standard lib), do.
Java properties [#]_ , properties, None (native implementation with standard lib), do.
XML, xml, ``ElementTree``, do.
XML, xml, ``ElementTree`` (standard lib), do.
YAML, yaml, ``PyYAML`` [#]_, Enabled automatically if the left requirement is satisfied.
ConifgObj, configobj, ``configobj`` [#]_, do.
MessagePack, msgpack, ``msgpack-python`` [#]_, do.
Expand Down

0 comments on commit aee83e1

Please sign in to comment.