summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cox <acox.roaming@gmail.com>2014-05-12 22:21:32 +1200
committerAndrew Cox <acox.roaming@gmail.com>2014-05-12 22:21:32 +1200
commit26e9bfc11de6fb4ed3e6db5e4a81bcc924ba12f9 (patch)
treed8f4ec189344c8d64cf3834a338d59c20dcc9ad5
parent72ec40758e1689359b24dd3fdc0f34afd5147862 (diff)
downloadcherrypy-26e9bfc11de6fb4ed3e6db5e4a81bcc924ba12f9.tar.gz
Remove some rouge % in the text
-rw-r--r--sphinx/source/tutorial/REST.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/sphinx/source/tutorial/REST.rst b/sphinx/source/tutorial/REST.rst
index 8a91a506..91f3e6d8 100644
--- a/sphinx/source/tutorial/REST.rst
+++ b/sphinx/source/tutorial/REST.rst
@@ -208,7 +208,7 @@ Send a POST HTTP request to ``127.0.0.1:8080/api/songs/`` with cURL:
You will see the response:
- Create a new song with the ID: 4%
+ Create a new song with the ID: 4
Now, if you go to ``127.0.0.1:8080/api/songs/4`` in your browser you will se the following message:
@@ -244,7 +244,7 @@ Try sending some PUT HTTP requests to ``127.0.0.1:8080/api/songs/3`` via cURL, a
The response:
- Song with the ID 3 is now called Yesterday, and the artist is now Monty Python%
+ Song with the ID 3 is now called Yesterday, and the artist is now Monty Python
What you'll see in the browser:
@@ -256,7 +256,7 @@ Try sending some PUT HTTP requests to ``127.0.0.1:8080/api/songs/3`` via cURL, a
The response:
- Song with the ID 3 is now called Yesterday, and the artist is now Beatles%
+ Song with the ID 3 is now called Yesterday, and the artist is now Beatles
What you'll see in the browser:
@@ -287,7 +287,7 @@ Send a DELETE HTTP request to ``127.0.0.1:8080/api/songs/2`` via cURL:
The response:
- Song with the ID 2 has been deleted.%
+ Song with the ID 2 has been deleted.
And the browser output: