commit 144291120e88b18520cebb534baf0bcd04e7ac05
Author: Brian Coca <brian.coca+git@gmail.com>
Date:   Mon Oct 5 09:07:16 2015 -0400

    restored quotes to checksum description to avoid breaking docs

diff --git a/network/basics/get_url.py b/network/basics/get_url.py
index 2d202c1..41af97a 100644
--- a/network/basics/get_url.py
+++ b/network/basics/get_url.py
@@ -78,7 +78,7 @@ options:
     default: null
   checksum:
     description:
-      - If a checksum is passed to this parameter, the digest of the
+      - 'If a checksum is passed to this parameter, the digest of the
         destination file will be calculated after it is downloaded to ensure
         its integrity and verify that the transfer completed successfully.
         Format: <algorithm>:<checksum>, e.g.: checksum="sha256:D98291AC[...]B6DC7B97"
@@ -88,7 +88,7 @@ options:
         Additionaly, if a checksum is passed to this parameter, and the file exist under
         the C(dest) location, the destination_checksum would be calculated, and if
         checksum equals destination_checksum, the file download would be skipped
-        (unless C(force) is true). 
+        (unless C(force) is true). '
     version_added: "2.0"
     required: false
     default: null