Skip to content

Commit

Permalink
Reformat Fine-grained control section
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcs authored Jun 12, 2017
1 parent 88e5f4c commit 72ac139
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ value.

``ecological.Variable`` receives the following parameters:

- **``variable_name``** (mandatory) - exact name of the environment variable that will be used.
- **``default``** (optional) - default value for the property if it isn't set.
- **``transform``** (optional) - function that converts the string in the environment to the value and type you
expect in your application. The default ``transform`` function will try to cast the
string to the annotation type of the property.
- ``variable_name`` (mandatory) - exact name of the environment variable that will be used.
- ``default`` (optional) - default value for the property if it isn't set.
- ``transform`` (optional) - function that converts the string in the environment to the value and type you
expect in your application. The default ``transform`` function will try to cast the string to the annotation
type of the property.

Transformation function
.......................
Expand Down

0 comments on commit 72ac139

Please sign in to comment.