diff --git a/shared-bindings/math/__init__.c b/shared-bindings/math/__init__.c index f0698164a7..2d76341b25 100644 --- a/shared-bindings/math/__init__.c +++ b/shared-bindings/math/__init__.c @@ -159,7 +159,7 @@ STATIC NORETURN void math_error(void) { //| //| def log(x: float, base: float = 2.71828) -> float: //| """Return the logarithm of x to the given base. If base is not specified, -//| returns the natural logarithm (base e) of x"" +//| returns the natural logarithm (base e) of x""" //| ... //| //| def modf(x: float) -> Tuple[float, float]: