Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Oct 14, 2023
1 parent 09865b4 commit 1f3e820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/lifted_ops.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The ``.`` operator works similarly to ``[]`` described above:
fut = my_app
assert fut.x.result() == fut.result().x
Attributes beginning with ``_`` are not lifted as thus usually indicates an
Attributes beginning with ``_`` are not lifted as this usually indicates an
attribute that is used for internal purposes, and to try to avoid mixing
protocols (such as iteration in for loops) defined on AppFutures vs protocols
defined on the underlying result object.

0 comments on commit 1f3e820

Please sign in to comment.