From 259d82f655bf50f46a0ee39ca5da3fe5bc26934b Mon Sep 17 00:00:00 2001 From: Varun Sahni Date: Wed, 6 Dec 2023 20:11:10 -0500 Subject: [PATCH] fix duplicate in documentation for debugging --- docs/debug/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/debug/index.md b/docs/debug/index.md index d79dd1093..b72400576 100644 --- a/docs/debug/index.md +++ b/docs/debug/index.md @@ -141,9 +141,6 @@ The `AccumulationTable` is a new PythonTA feature and currently has the followin 2. The `AccumulationTable` context manager can only log the execution of one for loop. To log the state of multiple for loops, each must be wrapped in a separate `with` statement and fresh `AccumulationTable` instance. -[tabulate]: https://github.com/astanin/python-tabulate -[`sys.settrace`]: https://docs.python.org/3/library/sys.html#sys.settrace - ## Recursion This section will discuss the debugging of recursive functions.