From 9d5330f8e933e1b8b9657fbea40f6a21eab56f17 Mon Sep 17 00:00:00 2001 From: Non <43197300+nonperforming@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:48:50 +1300 Subject: [PATCH] Fix typo 'trackback' -> 'traceback' https://discord.com/channels/1048978026131640390/1137746847771938847/1169558439278678016 --- docs/modules/traceback.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/traceback.md b/docs/modules/traceback.md index 8cdfef11..0eebec5e 100644 --- a/docs/modules/traceback.md +++ b/docs/modules/traceback.md @@ -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. \ No newline at end of file +Return the last exception and its traceback as a string.