Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in docs/core/howto/defer-intro.rst #9948

Closed
twisted-trac opened this issue Aug 29, 2020 · 3 comments
Closed

Typo in docs/core/howto/defer-intro.rst #9948

twisted-trac opened this issue Aug 29, 2020 · 3 comments

Comments

@twisted-trac
Copy link

paul-wilkinson's avatar @paul-wilkinson reported
Trac ID trac#9948
Type defect
Created 2020-08-29 18:14:14Z
Branch https://github.com/twisted/twisted/tree/9948-paul-wilkinson-fix-defer-intro-docs-typo

"expect" should be "except"

--- a/docs/core/howto/defer-intro.rst
+++ b/docs/core/howto/defer-intro.rst
@@ -94,7 +94,7 @@ The components of a solution
 
 We would still need a way of saying "do *this* only when *that* has finished".
 
-We would need a way of distinguishing between successful completion and interrupted processing, normally modeled with ``try``, ``expect``, ``else``, and ``finally``.
+We would need a way of distinguishing between successful completion and interrupted processing, normally modeled with ``try``, ``except``, ``else``, and ``finally``.
 
 We need a mechanism for getting return failures and exception information from the thing that just executed to the thing that needs to happen next.

Searchable metadata
trac-id__9948 9948
type__defect defect
reporter__paul_wilkinson paul-wilkinson
priority__low low
milestone__None None
branch__9948_paul_wilkinson_fix_defer_intro_docs_typo 9948-paul-wilkinson-fix-defer-intro-docs-typo
branch_author__ 
status__closed closed
resolution__fixed fixed
component__core core
keywords__None None
time__1598724854377968 1598724854377968
changetime__1598740099023132 1598740099023132
version__None None
owner__twm twm

@twisted-trac
Copy link
Author

paul-wilkinson's avatar @paul-wilkinson commented

GitHub PR: #1378

@twisted-trac
Copy link
Author

twm's avatar @twm set owner to @twm
@twm set status to assigned

@twisted-trac
Copy link
Author

twm's avatar @twm set status to closed

In changeset eacc596

#!CommitTicketReference repository="" revision="eacc5964187aebf5c34fa255c7e0a3700eaab15a"
Merge pull request #1378 from paul-wilkinson/9948-paul-wilkinson-fix-defer-intro-docs-typo

Author: paul-wilkinson
Reviewer: twm
Fixes: ticket:9948

Fix typo in docs/core/howto/defer-intro.rst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants