Skip to content

Commit

Permalink
Update docstubs stubs for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl committed Sep 17, 2024
1 parent b7f3ea1 commit 1632138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions stubs/micropython-v1_24_0_preview-docstubs/math.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,11 @@ def lgamma(x) -> float:
"""
...

def log(x) -> float:
def log(x, base) -> float:
"""
Return the natural logarithm of ``x``.
With one argument, return the natural logarithm of *x*.
With two arguments, return the logarithm of *x* to the given *base*.
"""
...

Expand Down
2 changes: 1 addition & 1 deletion stubs/micropython-v1_24_0_preview-docstubs/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"firmware": "micropython-v1_24_0_preview",
"nodename": "micropython",
"version": "v1.24.0-preview",
"release": "v1.24.0-preview-309-gf1bdac375",
"release": "v1.24.0-preview-315-g8feb714b4",
"sysname": "micropython"
},
"stubber": {
Expand Down

0 comments on commit 1632138

Please sign in to comment.