Skip to content

Commit c17230e

Browse files
committed
fix: restframework status typo
1 parent 33a03ba commit c17230e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/rest_framework/status.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def is_server_error(code: int) -> bool: ...
88

99
HTTP_100_CONTINUE: Literal[100]
1010
HTTP_101_SWITCHING_PROTOCOLS: Literal[101]
11-
HTTP_200_OK: Literal[202]
11+
HTTP_200_OK: Literal[200]
1212
HTTP_201_CREATED: Literal[201]
1313
HTTP_202_ACCEPTED: Literal[202]
1414
HTTP_203_NON_AUTHORITATIVE_INFORMATION: Literal[203]

0 commit comments

Comments
 (0)