Skip to content

Commit 8310263

Browse files
authored
docs: batch_requests missing link (#3516)
1 parent 6339e7f commit 8310263

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/migration.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ and after the request was made.
101101
Now, middleware logic can be separated into ``request_processor`` and ``response_processor``
102102
functions that enable pre-request and post-response logic, respectively. This change offers
103103
a simpler, clearer interface for defining middleware, gives more flexibility for
104-
asynchronous operations and also paves the way for supporting batch requests - included in
105-
the roadmap for web3.py.
104+
asynchronous operations and also paved the way for supporting :ref:`batch_requests`.
106105

107106
Major changes for migration are highlighted in this section. Consult the
108107
:ref:`middleware_internals` section of the documentation for specifics and examples on

0 commit comments

Comments
 (0)