Let's use capitals.

This commit is contained in:
Cory Benfield
2016-10-12 11:11:05 +01:00
parent 341bed9e17
commit 02ab1ba5bd
+1 -1
View File
@@ -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