From db479102f2c38176fc40388f86f3642515e07a89 Mon Sep 17 00:00:00 2001 From: akloeckner Date: Sat, 16 Aug 2025 00:34:32 +0200 Subject: [PATCH] Fix typo in substitutions.rst --- components/substitutions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/substitutions.rst b/components/substitutions.rst index 30dee90532..f0777b6344 100644 --- a/components/substitutions.rst +++ b/components/substitutions.rst @@ -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 `_ documentation. .. _substitute-include-variables: