Fix typo 'trackback' -> 'traceback' (#176)

https://discord.com/channels/1048978026131640390/1137746847771938847/1169558439278678016
This commit is contained in:
Non 2023-11-02 22:26:32 +13:00 committed by GitHub
parent a7448b7fa0
commit 418f373a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@ icon: package
label: traceback label: traceback
--- ---
### `trackback.print_exc() -> None` ### `traceback.print_exc() -> None`
Print the last exception and its traceback. 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.