Remove extra space

This commit is contained in:
Pradeep Bhadani 2017-05-19 14:01:54 +01:00
parent d316205cf5
commit 9b3e43016e
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ The supported built-in functions are:
* `pathexpand(string)` - Returns a filepath string with `~` expanded to the home directory. Note:
This will create a plan diff between two different hosts, unless the filepaths are the same.
* `pow(x, y)` - Returns the base `x` of exponential `y` as a float.
* `pow(x, y)` - Returns the base `x` of exponential `y` as a float.
Example:
* `${pow(3,2)}` = 9