(py-indent-offset): Change default to 4.
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 60c0aab..8789c66 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -81,7 +81,7 @@
 (defvar py-python-command "python"
   "*Shell command used to start Python interpreter.")
 
-(defvar py-indent-offset 8		; argue with Guido <grin>
+(defvar py-indent-offset 4
   "*Indentation increment.
 Note that `\\[py-guess-indent-offset]' can usually guess a good value
 when you're editing someone else's Python code.")