Skip to content

Commit af59f49

Browse files
authored
Missing double-quote
1 parent 2e2e3ad commit af59f49

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 = math.e) -> 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)