From 3fd6db144594983cbfac4502874ba853d51439be Mon Sep 17 00:00:00 2001 From: Taranjeet Date: Fri, 26 Feb 2016 00:02:38 +0530 Subject: [PATCH] Docs: Fix repetitive word in the tutorial --- docs/tutorial/1-serialization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/1-serialization.md b/docs/tutorial/1-serialization.md index 239d54204..fd0783f07 100644 --- a/docs/tutorial/1-serialization.md +++ b/docs/tutorial/1-serialization.md @@ -325,7 +325,7 @@ Quit out of the shell... In another terminal window, we can test the server. -We can test our API using using [curl][curl] or [httpie][httpie]. Httpie is a user friendly http client that's written in Python. Let's install that. +We can test our API using [curl][curl] or [httpie][httpie]. Httpie is a user friendly http client that's written in Python. Let's install that. You can install httpie using pip: