From 02ab1ba5bd2f30beaaa81423f313a0031c1ff13c Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 12 Oct 2016 11:11:05 +0100 Subject: [PATCH] Let's use capitals. --- docs/user/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/advanced.rst b/docs/user/advanced.rst index 3d890a5e..ac6dd6b5 100644 --- a/docs/user/advanced.rst +++ b/docs/user/advanced.rst @@ -808,7 +808,7 @@ this would be the MKCOL method some WEBDAV servers use. Do not fret, these can still be used with Requests. These make use of the built-in ``.request`` method. For example:: - >>> r = requests.request('mkcol', url, data=data) + >>> r = requests.request('MKCOL', url, data=data) >>> r.status_code 200 # Assuming your call was correct