From 1e164c5eebfe0284444dd8538ac2a93f76306324 Mon Sep 17 00:00:00 2001 From: Anirudh Bagri Date: Thu, 23 Jul 2020 21:04:34 +0530 Subject: [PATCH] Just smalling cleaning up, causing confusion (#7426) --- docs/tutorial/quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 546144670..ee839790f 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -178,7 +178,7 @@ We can now access our API, both from the command-line, using tools like `curl`.. }, { "email": "tom@example.com", - "groups": [ ], + "groups": [], "url": "http://127.0.0.1:8000/users/2/", "username": "tom" } @@ -204,7 +204,7 @@ Or using the [httpie][httpie], command line tool... }, { "email": "tom@example.com", - "groups": [ ], + "groups": [], "url": "http://127.0.0.1:8000/users/2/", "username": "tom" }