1
0
Fork 0

tools/kvm_stat: fix typo

Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
zero-colors
Stefan Raspl 2017-06-07 21:08:25 +02:00 committed by Paolo Bonzini
parent d281e13b0b
commit 773bffeeb2
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ class Tui(object):
return self
def __exit__(self, *exception):
"""Resets the terminal to its normal state. Based on curses.wrappre
"""Resets the terminal to its normal state. Based on curses.wrapper
implementation from the Python standard library."""
if self.screen:
self.screen.keypad(0)