mirror of
https://github.com/pocketpy/pocketpy
synced 2025-11-09 21:20:17 +00:00
Fix typo 'trackback' -> 'traceback'
https://discord.com/channels/1048978026131640390/1137746847771938847/1169558439278678016
This commit is contained in:
parent
a7448b7fa0
commit
9d5330f8e9
@ -3,10 +3,10 @@ icon: package
|
||||
label: traceback
|
||||
---
|
||||
|
||||
### `trackback.print_exc() -> None`
|
||||
### `traceback.print_exc() -> None`
|
||||
|
||||
Print the last exception and its traceback.
|
||||
|
||||
### `trackback.format_exc() -> str`
|
||||
### `traceback.format_exc() -> str`
|
||||
|
||||
Return the last exception and its traceback as a string.
|
||||
Return the last exception and its traceback as a string.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user