Merge pull request #44353 from skyace65/PowFix

Pow method doc fix
This commit is contained in:
Rémi Verschelde 2020-12-14 07:38:08 +01:00 committed by GitHub
commit a511a26ad8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -763,7 +763,7 @@
<argument index="1" name="exp" type="float">
</argument>
<description>
Returns the result of [code]x[/code] raised to the power of [code]y[/code].
Returns the result of [code]base[/code] raised to the power of [code]exp[/code].
[codeblock]
pow(2, 5) # Returns 32.0
[/codeblock]