Remove duplicated words words (GH-20413)

This commit is contained in:
Serhiy Storchaka 2020-05-26 11:04:14 +03:00 committed by GitHub
parent 2b0e654f91
commit 1c5d1d7304
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -127,7 +127,7 @@ This module also defines the following exceptions.
.. exception:: ChannelNotFoundError
This exception is a subclass of :exc:`ChannelError`, and is raised
when the the identified channel is not found.
when the identified channel is not found.
.. exception:: ChannelEmptyError