diff --git a/doc/source/index.rst b/doc/source/index.rst index 2f025ef1..f8ee2e78 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -95,7 +95,7 @@ an exception is raised. .. testcode:: @retry - def never_give_up_never_surrender(): + def never_gonna_give_you_up(): print("Retry forever ignoring Exceptions, don't wait between retries") raise Exception