From b3c61cc29b4ad2f30b107bb338368fe89325a5cc Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Sat, 6 Feb 2016 22:47:37 +0100 Subject: [PATCH] Remove duplicate 'with' from the README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0a0966..9edadc3 100755 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ For example: client can be created with two optional parameters: *email* and *de ### Retrieving objects -You can retrieve an object by using the get() method with with the instance itself: +You can retrieve an object by using the get() method with the instance itself: ```python client_service.detail(client) ```