From 1009291782db3ab5d56acbfbcfabacba88eaae68 Mon Sep 17 00:00:00 2001 From: Junya Fukuda Date: Fri, 25 Aug 2023 00:45:46 +0900 Subject: [PATCH] Fix comment mistakes --- .../06 - Dealing with errors in threads/error_handling.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Chapter 6/06 - Dealing with errors in threads/error_handling.py b/Chapter 6/06 - Dealing with errors in threads/error_handling.py index 5c46dcc..e3eef1a 100644 --- a/Chapter 6/06 - Dealing with errors in threads/error_handling.py +++ b/Chapter 6/06 - Dealing with errors in threads/error_handling.py @@ -1,7 +1,6 @@ """ "An example of a threaded application" section example -showing how throttling / rate limiting can be implemented -in multithreaded application +Dealing with errors in threads """ import random