Skip to content

Commit

Permalink
Update glossary.rst
Browse files Browse the repository at this point in the history
.result() method in the Future definition has been changed to double backticks (``.result()``), which should render it as inline code
  • Loading branch information
Kanegraffiti authored Aug 15, 2024
1 parent 9ef700b commit 4110b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4110b71

Please sign in to comment.