diff --git a/http-web-services.html b/http-web-services.html
index c9e89d3..e49bb5e 100755
--- a/http-web-services.html
+++ b/http-web-services.html
@@ -779,7 +779,7 @@ Updates the authenticating user’s status. Requires the status>>> from urllib.parse import urlencode ①
>>> data = {'status': 'Test update from Python 3'} ②
>>> urlencode(data) ③
-'status=test+update+from+python+3'
+'status=Test+update+from+Python+3'
urllib.parse.urlencode().
status, whose value is the text of a single status update.