diff --git a/intermediate_source/rpc_async_execution.rst b/intermediate_source/rpc_async_execution.rst
index cf4716179e4..562d93bbbf8 100644
--- a/intermediate_source/rpc_async_execution.rst
+++ b/intermediate_source/rpc_async_execution.rst
@@ -199,7 +199,7 @@ speed.
Batch-Processing CartPole Solver
--------------------------------
-This section uses CartPole-v1 from `OpenAI Gym `__ as
+This section uses CartPole-v1 from OpenAI Gym as
an example to show the performance impact of batch processing RPC. Please note
that since the goal is to demonstrate the usage of
`@rpc.functions.async_execution `__