From 7982d582d972396b507f4d46508f30d3f1bd0ac6 Mon Sep 17 00:00:00 2001
From: Sam Mingo <github@jake8us.org>
Date: Wed, 9 Sep 2015 17:38:05 -0400
Subject: [PATCH] Update get_url.py

Fixed typo with header parameter to get_url in the documentation.
---
 network/basics/get_url.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/network/basics/get_url.py b/network/basics/get_url.py
index 0c100dd0187..fad0d58f878 100644
--- a/network/basics/get_url.py
+++ b/network/basics/get_url.py
@@ -153,7 +153,7 @@ EXAMPLES='''
   get_url: url=http://example.com/path/file.conf dest=/etc/foo.conf force_basic_auth=yes
 
 - name: download file with custom HTTP headers
-  get_url: url=http://example.com/path/file.conf dest=/etc/foo.conf headers: 'key:value,key:value'
+  get_url: url=http://example.com/path/file.conf dest=/etc/foo.conf headers='key:value,key:value'
 
 - name: download file with check
   get_url: url=http://example.com/path/file.conf dest=/etc/foo.conf checksum=sha256:b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c