Skip to content

Commit

Permalink
Doc: Add newline to fix rst list
Browse files Browse the repository at this point in the history
The comment wasn't a valid rst list, and Sphinx complained about it.
  • Loading branch information
imphil authored and olofk committed May 22, 2019
1 parent bca3d86 commit 96ad559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edalize/edatool.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def jinja_filter_param_value_str(value, str_quote_style="", bool_is_str=False):
""" Convert a parameter value to string suitable to be passed to an EDA tool
Rules:
- Booleans are represented as 0/1 or "true"/"false" depending on the
bool_is_str argument
- Strings are either passed through or enclosed in the characters specified
Expand Down

0 comments on commit 96ad559

Please sign in to comment.