Skip to content

Commit 8b3e1f4

Browse files
committed
Numbers
1 parent db14a12 commit 8b3e1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ Numbers
351351
-------
352352
### Basic Functions
353353
```python
354-
round(<num> [, ndigits])
354+
pow(x, y) # Or: x ** y
355355
abs(<num>)
356-
math.pow(x, y) # Or: x ** y
356+
round(<num> [, ndigits])
357357
```
358358

359359
### Constants

0 commit comments

Comments
 (0)