Clean up some doc formatting

Change-Id: Iac24369910464cb766fe7d5e6c15120d147930a7
This commit is contained in:
Tim Burke 2017-03-29 21:00:01 +00:00
parent ff50c5f9b3
commit cce719260d
1 changed files with 2 additions and 2 deletions

View File

@ -126,10 +126,10 @@ path.
If you have a large number of containers or objects, you can use query
parameters to page through large lists of containers or objects. Use the
*``marker``*, *``limit``*, and *``end_marker``* query parameters to
``marker``, ``limit``, and ``end_marker`` query parameters to
control how many items are returned in a list and where the list starts
or ends. If you want to page through in reverse order, you can use the query
parameter *``reverse``*, noting that your marker and end_markers should be
parameter ``reverse``, noting that your marker and end_markers should be
switched when applied to a reverse listing. I.e, for a list of objects
``[a, b, c, d, e]`` the non-reversed could be: