Skip to content

Commit

Permalink
Improved README.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Oct 10, 2017
1 parent 898688c commit 9e6e477
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,13 @@ Custom DSL classes can be passed in using the `dsl_classes` argument of `calc()`

**`is_verbose`**

Setting `is_verbose` to a `True` value will cause progress of a calculation to
Setting `is_verbose` will cause progress of a calculation to
be printed to standard output.

See also `calc_and_print()` which can format and print
results. And `calc_print_plot()` which plots results using matplotlib.


### Settlement

The `Settlement` element discounts the value of the included `Expression` from its given `Date` to the effective
Expand Down

0 comments on commit 9e6e477

Please sign in to comment.