Tidied up name of parameter in StreamHandler
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 07833bb..ef2f34a 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -1681,9 +1681,9 @@
and :meth:`flush` methods).
-.. class:: StreamHandler([strm])
+.. class:: StreamHandler([stream])
- Returns a new instance of the :class:`StreamHandler` class. If *strm* is
+ Returns a new instance of the :class:`StreamHandler` class. If *stream* is
specified, the instance will use it for logging output; otherwise, *sys.stderr*
will be used.