Skip to content

Commit

Permalink
trivial expression changes in README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed Apr 22, 2015
1 parent ff67c84 commit 3fbb0d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@ Default config values
------------------------

Current implementation of anyconfig.\*load\*() do not provide a way to provide
some sane default configuration values before/while loading config files.

This should be accomplished by a few lines of code:
some sane default configuration values (as a dict parameter for example)
before/while loading config files. Instead, you can accomplish that by a few
lines of code like the followings:

.. code-block:: python
Expand Down

0 comments on commit 3fbb0d9

Please sign in to comment.