Skip to content

Commit f450b95

Browse files
Copilotev-br
andcommitted
Fix docstring formatting in add_note function
Co-authored-by: ev-br <[email protected]>
1 parent 683a18b commit f450b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/pytest_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
def add_note(exc, note):
3636
"""
3737
Add a note to an exception in a backward-compatible way.
38-
38+
3939
For Python 3.11+, this uses the built-in exc.add_note() method.
4040
For earlier versions, it manually appends to exc.__notes__.
4141
"""

0 commit comments

Comments
 (0)