tools/kvm_stat: fix typo

Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Stefan Raspl 2017-06-07 21:08:25 +02:00 committed by Paolo Bonzini
parent d281e13b0b
commit 773bffeeb2

View file

@ -929,7 +929,7 @@ class Tui(object):
return self return self
def __exit__(self, *exception): 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.""" implementation from the Python standard library."""
if self.screen: if self.screen:
self.screen.keypad(0) self.screen.keypad(0)