Skip to content

Commit 9010030

Browse files
committed
lint
1 parent 472a796 commit 9010030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0694.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ The successful response includes the following:
683683
}
684684
}
685685
686-
A `Retry-After` response header **MUST** be present
686+
A ``Retry-After`` response header **MUST** be present
687687
to indicate to clients when they should next poll for an updated status.
688688

689689
Besides the ``meta`` key, which has the same format as the request JSON, the success response has
@@ -760,7 +760,7 @@ Servers **MUST** allow clients to poll the File Upload Session status URL
760760
to watch for the status to change.
761761
If the server responds with a ``202 Accepted``,
762762
clients may poll the File Upload Session status URL to watch for the status to change.
763-
Clients **SHOULD** respect the `Retry-After` header value
763+
Clients **SHOULD** respect the ``Retry-After`` header value
764764
of the File Upload Session status response.
765765

766766
If an error occurs, the appropriate ``4xx`` code should be returned, as described in the

0 commit comments

Comments
 (0)