From cd040dfd89b9d16af1512cb95bacba224f9e233a Mon Sep 17 00:00:00 2001 From: Corder Guy Date: Tue, 17 Apr 2018 15:15:16 -0500 Subject: [PATCH] Change minor docstring --- mocha_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mocha_server.py b/mocha_server.py index a4dfab0..4f2a2b8 100755 --- a/mocha_server.py +++ b/mocha_server.py @@ -125,7 +125,7 @@ def process_request(uri): ''' Handles the API endpoint. Currently supports: - - /mocha/users/'user_id' Returns JSON of the specified user + - /mocha/users/{user_id} Returns JSON of the specified user - /mocha/users/* Returns JSON list of all users ''' parts = uri.split('/')[1:]