Skip to content

Commit 68bb43b

Browse files
Apply suggestions from code review
Co-authored-by: blackout <[email protected]>
1 parent a872e27 commit 68bb43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/lib/httpapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def sendRestErr(self, code: str, mesg: str, *, status_code: int | HTTPStatus | N
127127
128128
Notes:
129129
If the status code is not provided or set prior to calling this API, the response
130-
will have an HTTP status code of 200.
130+
will have an HTTP status code of 200 (OK).
131131
132132
This does write the response stream. No further content should be written
133133
in the response after calling this.

0 commit comments

Comments
 (0)