diff --git a/README.md b/README.md
index 235fdcb..8e6988e 100644
--- a/README.md
+++ b/README.md
@@ -380,7 +380,7 @@ Numbers
 -------
 ### Basic Functions
 ```python
-<num>  = pow(<num>, <num>)   # Or: <num> ** <num>
+<num>  = pow(<num>, <num>)  # Or: <num> ** <num>
 <real> = abs(<num>)
 <real> = round(<real> [, ndigits])
 ```