[Python-checkins] devguide: Fix trailing whitespace (test commit).

georg.brandl python-checkins at python.org
Sat Mar 5 17:33:41 CET 2011


http://hg.python.org/devguide/rev/de5c0f9585d2
changeset:   366:de5c0f9585d2
user:        Georg Brandl <georg at python.org>
date:        Sat Mar 05 17:32:35 2011 +0100
summary:
  Fix trailing whitespace (test commit).

files:
  gdb.rst

diff --git a/gdb.rst b/gdb.rst
--- a/gdb.rst
+++ b/gdb.rst
@@ -118,7 +118,7 @@
          902            options.profile = False
          903            profile_me()
          904            return
-         905    
+         905
         >906        u = UI()
          907        if not u.quit:
          908            try:
@@ -214,7 +214,7 @@
         builtin 'len' = <built-in function len>
         (gdb) py-print scarlet_pimpernel
         'scarlet_pimpernel' not found
-        
+
 ``py-locals``
   The ``py-locals`` command looks up all Python locals within the current Python frame in the selected thread, and prints their representations::
 

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list