Add :term:s for "new-style class".
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 7e8703a..1dbb343 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -22,7 +22,7 @@
Logging is performed by calling methods on instances of the :class:`Logger`
class (hereafter called :dfn:`loggers`). Each instance has a name, and they are
-conceptually arranged in a name space hierarchy using dots (periods) as
+conceptually arranged in a namespace hierarchy using dots (periods) as
separators. For example, a logger named "scan" is the parent of loggers
"scan.text", "scan.html" and "scan.pdf". Logger names can be anything you want,
and indicate the area of an application in which a logged message originates.