Update docs/TRACEBACKS.md

Co-authored-by: Victor Goff <keeperotphones@gmail.com>
This commit is contained in:
Bob Hoeppner
2022-07-22 04:32:37 -05:00
parent 94f50e8986
commit 13e11689c9

View File

@@ -22,7 +22,7 @@ The Traceback will show where the exception was raised and what functions were c
`ValueError` is a common exception.
Following is an example of `ValueError` resulting from trying to assign two variables on the left from only one value on the right:
The following is an example of `ValueError` resulting from trying to assign two variables on the left from only one value on the right:
```python
>>> first, second = [1]