diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt index 540900acf6..ec9ee8a014 100644 --- a/docs/topics/testing.txt +++ b/docs/topics/testing.txt @@ -565,7 +565,7 @@ arguments at time of construction: Makes an PUT request on the provided ``path`` and returns a ``Response`` object. Useful for testing RESTful interfaces. Acts just - like :meth:`Client.put` except with the PUT request method. + like :meth:`Client.post` except with the PUT request method. .. method:: Client.delete(path)