commit | 3f819ca138db6945ee4271bf13e42db9f9b3b1e4 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Oct 31 02:26:06 2018 +0200 |
committer | GitHub <noreply@github.com> | Wed Oct 31 02:26:06 2018 +0200 |
tree | 7eab13b4f9da0c8936d423cd633594cf83ba870f | |
parent | 68f323715e6627c550d1e8ffed7e36f1bb4aa42b [diff] [blame] |
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 3a3428a..5adde29 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst
@@ -904,7 +904,7 @@ Module-Level Functions ---------------------- -In addition to the classes described above, there are a number of module- level +In addition to the classes described above, there are a number of module-level functions.