[3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10253)

(cherry picked from commit 3f819ca138db6945ee4271bf13e42db9f9b3b1e4)
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 0755653..0e65f31 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -882,7 +882,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.