diff --git a/docs/release-source/release/spies.md b/docs/release-source/release/spies.md index 604514922..62e985d87 100644 --- a/docs/release-source/release/spies.md +++ b/docs/release-source/release/spies.md @@ -395,11 +395,6 @@ If the call did not explicitly return a value, the value at the call's location Resets the state of a spy. -#### `spy.reset()` - -Alias for `spy.reset();` - - #### `spy.restore()` Replaces the spy with the original method. Only available if the spy replaced an existing method.