From 4110b714be1473523e3b46531a7a749f1ed1c3af Mon Sep 17 00:00:00 2001 From: Annabelle Kelechi Nwankwo <33545211+Kanegraffiti@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:42:29 +0100 Subject: [PATCH] Update glossary.rst .result() method in the Future definition has been changed to double backticks (``.result()``), which should render it as inline code --- docs/userguide/glossary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/glossary.rst b/docs/userguide/glossary.rst index a79d5a68b2..38f40b0835 100644 --- a/docs/userguide/glossary.rst +++ b/docs/userguide/glossary.rst @@ -96,7 +96,7 @@ An executor is like a manager for your apps. It's the part that decides which ap **Future:** ------------- -A future is a placeholder for the result of a task that hasn't finished yet. Both AppFuture and DataFuture are types of Futures. You can use the `.result()` method to get the actual result when it's ready. +A future is a placeholder for the result of a task that hasn't finished yet. Both AppFuture and DataFuture are types of Futures. You can use the ``.result()`` method to get the actual result when it's ready. .. _jobglossary: