diff options
| author | Noah Doersing <doersino@gmail.com> | 2020-05-01 06:30:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 21:30:10 -0700 |
| commit | 8bcfd31cc01e068bca78aa42a87c24aea6ebc6b1 (patch) | |
| tree | ced6431f52211f566731e99aa3caffca4ffc6512 /Doc | |
| parent | 3e0a6f37dfdd595be737baae00ec0e036a912615 (diff) | |
| download | cpython-git-8bcfd31cc01e068bca78aa42a87c24aea6ebc6b1.tar.gz | |
Change 'exception happened' to 'exception occurred' in two places (#19767)
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/tutorial/errors.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/errors.rst b/Doc/tutorial/errors.rst index ab23df9f3f..0ce96466e8 100644 --- a/Doc/tutorial/errors.rst +++ b/Doc/tutorial/errors.rst @@ -67,7 +67,7 @@ The rest of the line provides detail based on the type of exception and what caused it. The preceding part of the error message shows the context where the exception -happened, in the form of a stack traceback. In general it contains a stack +occurred, in the form of a stack traceback. In general it contains a stack traceback listing source lines; however, it will not display lines read from standard input. |
