From 59568c316fd2a832a1a0925d612271eca76178d3 Mon Sep 17 00:00:00 2001 From: Lonami Date: Sat, 4 Nov 2017 21:24:11 +0100 Subject: [PATCH] Fix KeyboardInterrupt typo --- Working-with-Updates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-with-Updates.md b/Working-with-Updates.md index 8ec8c68..a0c9798 100644 --- a/Working-with-Updates.md +++ b/Working-with-Updates.md @@ -52,7 +52,7 @@ while True: continue print('I received', update) - except KeyboardIterrupt: + except KeyboardInterrupt: break client.disconnect()