Skip to content

Commit 20cc40a

Browse files
committed
Merge branch 'doc/add-log-documentation' of https://github.com/tekktrik/circuitpython into doc/add-log-documentation
2 parents 63c18ce + af59f49 commit 20cc40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/math/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ STATIC NORETURN void math_error(void) {
159159
//|
160160
//| def log(x: float, base: float = 2.71828) -> float:
161161
//| """Return the logarithm of x to the given base. If base is not specified,
162-
//| returns the natural logarithm (base e) of x""
162+
//| returns the natural logarithm (base e) of x"""
163163
//| ...
164164
//|
165165
//| def modf(x: float) -> Tuple[float, float]:

0 commit comments

Comments
 (0)