Skip to content

Commit 3137b4a

Browse files
jgray-19Copilot
andauthored
Update docs/source/debugging.md
Co-authored-by: Copilot <[email protected]>
1 parent 5963d75 commit 3137b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mad = MAD(debug=True, stdout="mad_debug.log")
3434
If you need to redirect standard error as well:
3535

3636
```python
37-
mad = MAD(debug=True, stdout="mad_debug.log", redirect_sterr=True)
37+
mad = MAD(debug=True, stdout="mad_debug.log", redirect_stderr=True)
3838
```
3939

4040
This helps keep logs organized, especially when running long scripts.

0 commit comments

Comments
 (0)