diff --git a/README.md b/README.md index 28e51d7..bc613d8 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ Numbers = complex(real=0, imag=0) # Or: + j = fractions.Fraction(numerator=0, denominator=1) ``` -* **`'int()'` and `'float()'` raise 'ValueError' on malformed strings.** +* **`'int()'` and `'float()'` raise ValueError on malformed strings.** ### Basic Functions ```python diff --git a/index.html b/index.html index 6e55e3f..1ca46a6 100644 --- a/index.html +++ b/index.html @@ -556,7 +556,7 @@ to_exclusive = <range>.stop
    -
  • 'int(<str>)' and 'float(<str>)' raise 'ValueError' on malformed strings.
  • +
  • 'int(<str>)' and 'float(<str>)' raise ValueError on malformed strings.

Basic Functions

<num>  = pow(<num>, <num>)            # Or: <num> ** <num>
 <real> = abs(<num>)