Skip to content

Commit

Permalink
Rickroll a function name in one of the examples (#331)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Shadura <[email protected]>
  • Loading branch information
andrewshadura authored Oct 4, 2021
1 parent a7f5485 commit abf859f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit abf859f

Please sign in to comment.