Doc fix for Nova API Guide, added missing word.

This patch updates the Nova API Guide: faults.rst. Insert missing word
"call" on line 7 to improve readability.

Change-Id: Ia48870daff3d5f0ff0716ff716dfcc31f5ff6021
Closes-Bug: #1622758
This commit is contained in:
Kurtis Cobb
2016-09-12 15:11:14 -07:00
committed by Stephen Finucane
parent 0016ba2867
commit 58be202159
+4 -4
View File
@@ -4,10 +4,10 @@ Faults
This doc explains how to understand what has happened to your API request.
Every HTTP request has a status code. 2xx codes signify the API was a success.
However, that is often not the end of the story. That generally only means the
request to start the operation has been accepted. It does not mean the action
you requested has successfully completed.
Every HTTP request has a status code. 2xx codes signify the API call was a
success. However, that is often not the end of the story. That generally only
means the request to start the operation has been accepted. It does not mean
the action you requested has successfully completed.
Tracking Errors by Request ID