Fix a few typos and a double semicolon. Patch by Eitan Adler.

This commit is contained in:
Ezio Melotti 2013-01-27 06:20:14 +02:00
parent 1c1cadbbca
commit 3f5db3940f
10 changed files with 10 additions and 10 deletions

View file

@ -1463,7 +1463,7 @@ class Frame(object):
return name.startswith('pthread_cond_timedwait')
def is_gc_collect(self):
'''Is this frame "collect" within the the garbage-collector?'''
'''Is this frame "collect" within the garbage-collector?'''
return self._gdbframe.name() == 'collect'
def get_pyop(self):