Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
adding spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Oct 14, 2015
1 parent 08fc34c commit 275ccac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/registration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,12 @@ populate on the user::

If the user is created successfully you will get a 200 response and the body
will the the account object that was created. If there was an error you
will get an object that looks like ``{ error: 'error message here'}``
will get an object that looks like ``{ error: 'error message here'}``.

.. note::

You may have to explicitly tell your client library that you want a JSON
response from the server.Not all libraries do this automatically.If the
response from the server. Not all libraries do this automatically. If the
library does not set the ``Accept: application/json`` header on the request,
you'll get back the HTML registration form - not the JSON response that you
expect.
Expand Down

0 comments on commit 275ccac

Please sign in to comment.