Skip to content

Commit

Permalink
Update parameter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Feb 5, 2021
1 parent 2259a2b commit c3f4b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions revitron/parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,12 @@ class ParameterTemplate:
"""
Create a string based on a parameter template where parameter names are wrapped in :code:`{...}` and get substituted with their value::
This sheet has the number {Sheet Number} and the name {Sheet Name}
This sheet has the number {Sheet Number}
It is also possible to get parameter values from the project information instead by wrapping the parameter names
in :code:`{%...%}` instead::
This sheet of the project {%Project Name%} has the number {Sheet Number} and the name {Sheet Name}
This sheet of the project {%Project Name%} has the number {Sheet Number}
"""

Expand Down

0 comments on commit c3f4b40

Please sign in to comment.