Skip to content

Commit

Permalink
minor expression updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Jun 2, 2015
1 parent 35312f0 commit 86b6a50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Current supported configuration file formats are:
* JSON with ``json`` or ``simplejson``
* YAML with ``PyYAML``
* Ini with ``configparser``
* ConifgObj with ``configobj``
* XML with ``lxml`` or ``ElementTree`` (experimental)
* Other formats some pluggale backends support (see the next sub section)

Expand Down Expand Up @@ -76,8 +77,8 @@ Supported configuration formats
* XML with ``lxml`` [#]_ or ``ElementTree`` (experimental)
* Other formats some pluggale backends support (see the next sub section)

Anyconfig utilizes plugin mechanism provided by setuptools [#]_ and
I wrote a few backend plugin modules as references:
And anyconfig utilizes plugin mechanism provided by setuptools [#]_ and I wrote
a few backend plugin modules as references:

* Java properties file w/ pyjavaproperties [#]_ (experimental):

Expand Down

0 comments on commit 86b6a50

Please sign in to comment.