Commit fe62d877 authored by İsmail Arılık's avatar İsmail Arılık Committed by Serhiy Storchaka

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

parent e2ed5adc
...@@ -314,7 +314,7 @@ to create specific exception classes for different error conditions:: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment