Fix none-ascii char in doc

There exist some none-ascii chars in doc, which may cause trouble
in displaying.

Change-Id: I1ebf83fb4e8cc853fd7f3065ecf420a064c9983f
This commit is contained in:
zhufl
2018-08-03 09:56:59 +08:00
parent 76a946b6da
commit fbc86f8844
9 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ A version MIME type is always linked to a base MIME type, such as
application/json. If conflicting versions are specified using both an HTTP
header and a URI, the URI takes precedence.
**Example: Request with MIME type versioning**
**Example: Request with MIME type versioning**
.. code::
@@ -22,7 +22,7 @@ header and a URI, the URI takes precedence.
X-Auth-Token: eaaafd18-0fed-4b3a-81b4-663c99ec1cbb
**Example: Request with URI versioning**
**Example: Request with URI versioning**
.. code::
@@ -44,7 +44,7 @@ headers, then a multiple-choices response (300) follows that provides
links and MIME types to available versions.
**Example: Multiple choices: JSON response**
**Example: Multiple choices: JSON response**
.. code::