Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/substitutions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ library is exposed as a module:
y: $y
text: Distance is ${math.sqrt(x*x+y*y)}.

To see what mathematical functions ara available,
To see what mathematical functions are available,
refer to `Python math library <https://docs.python.org/3/library/math.html>`_ documentation.

.. _substitute-include-variables:
Expand Down