From 970ae584c9129a32a95f72233d0e0ed0d8789960 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 26 Jan 2013 12:38:08 -0500 Subject: [PATCH] fix documentation formatting for get_url --- library/get_url | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/get_url b/library/get_url index 4e896070c9..8d6e85f0d8 100644 --- a/library/get_url +++ b/library/get_url @@ -35,8 +35,7 @@ version_added: "0.6" options: url: description: - - HTTP, HTTPS, or FTP URL. - (http|https|ftp)://[user[:pass]]@host.domain[:port]/path + - HTTP, HTTPS, or FTP URL in the form (http|https|ftp)://[user[:pass]]@host.domain[:port]/path required: true default: null aliases: []