Since we recommend one module per import line, reflect this also in the
documentation.
diff --git a/Doc/library/stat.rst b/Doc/library/stat.rst
index 430bb23..835f448 100644
--- a/Doc/library/stat.rst
+++ b/Doc/library/stat.rst
@@ -139,7 +139,8 @@
 
 Example::
 
-   import os, sys
+   import os
+   import sys
    from stat import *
 
    def walktree(top, callback):