Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
csparpa committed Jun 19, 2015
1 parent 9fbb03c commit c765549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user/quickstart.rst
Expand Up @@ -243,8 +243,8 @@ richieste POST/PATCH::
>>> r = requests.post(url, data=json.dumps(payload))


POST-are un file Multipart-Encoded
----------------------------------
POSTare un file Multipart-Encoded
---------------------------------

Requests rende semplice l'invio di file Multipart-encoded::

Expand Down Expand Up @@ -302,7 +302,7 @@ Per inviare file multipli in una sola richiesta fate riferimento alla sezione
:ref:`avanzate <advanced>`.


Status code della risposta
Status code delle risposte
--------------------------

Possiamo controllare lo status code delle risposte::
Expand Down

2 comments on commit c765549

@pingumen96
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Postare", not "POSTare".

@csparpa
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks @pingumen96.

Next time you catch typos, please can you fix them and issue a pull request?

Please sign in to comment.