Skip to content

Commit a3600d2

Browse files
committed
Numbers
1 parent ebb750f commit a3600d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ Numbers
380380
-------
381381
### Basic Functions
382382
```python
383-
<num> = pow(<num>, <num>) # Or: <num> ** <num>
383+
<num> = pow(<num>, <num>) # Or: <num> ** <num>
384384
<real> = abs(<num>)
385385
<real> = round(<real> [, ndigits])
386386
```

0 commit comments

Comments
 (0)