Fixes issue #11476: StreamHandler parameter name change documented.
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 9898d08..17a761a 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -1895,6 +1895,8 @@
    specified, the instance will use it for logging output; otherwise, *sys.stderr*
    will be used.
 
+   .. versionchanged:: 2.7
+      The ``stream`` parameter was called ``strm`` in earlier versions.
 
    .. method:: emit(record)