Skip to content

Commit

Permalink
fix duplicate in documentation for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
vsahni3 committed Dec 7, 2023
1 parent 543f055 commit 259d82f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/debug/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 259d82f

Please sign in to comment.