Skip to content

Commit caa16c6

Browse files
committed
Improve explanation in code comment
1 parent 849110c commit caa16c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyproject_hooks/_impl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class BackendUnavailable(Exception):
2424
"""Will be raised if the backend cannot be imported in the hook process."""
2525

2626
def __init__(self, traceback, message=None, backend_name=None, backend_path=None):
27-
# Keep API backward compatibility
27+
# Preserving arg order for the sake of API backward compatibility.
2828
self.backend_name = backend_name
2929
self.backend_path = backend_path
3030
self.traceback = traceback

0 commit comments

Comments
 (0)