Fix a typo about a comma. (GH-10306)

(cherry picked from commit fe62d877e3)

Co-authored-by: İsmail Arılık <arilik.ismail@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-11-03 10:41:38 -07:00 committed by GitHub
parent a9122d183b
commit 133fd6527d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ to create specific exception classes for different error conditions::
self.next = next self.next = next
self.message = message self.message = message
Most exceptions are defined with names that end in "Error," similar to the Most exceptions are defined with names that end in "Error", similar to the
naming of the standard exceptions. naming of the standard exceptions.
Many standard modules define their own exceptions to report errors that may Many standard modules define their own exceptions to report errors that may