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