We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48fa6a commit 1df3de5Copy full SHA for 1df3de5
1 file changed
peps/pep-0694.rst
@@ -537,7 +537,7 @@ the final chunk, which **MUST** be either:
537
file upload.
538
* ``202 Accepted`` if the server accepts the last chunk, but must process it asynchronously. In
539
this case, the client should query the :ref:`session status <session-response>` periodically until
540
- the uploaded :ref:`file status <session-file>` transitions to ``complete``.
+ the uploaded :ref:`file status <session-files>` transitions to ``complete``.
541
542
The final chunk of data **MUST** include the ``Upload-Complete: ?1`` header, since at that point the
543
entire file has been uploaded.
0 commit comments