summaryrefslogtreecommitdiff
path: root/windows/win_get_url.py
diff options
context:
space:
mode:
Diffstat (limited to 'windows/win_get_url.py')
-rw-r--r--windows/win_get_url.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/win_get_url.py b/windows/win_get_url.py
index f7c5819c..1492cb44 100644
--- a/windows/win_get_url.py
+++ b/windows/win_get_url.py
@@ -84,7 +84,7 @@ options:
required: false
'''
-EXAMPLES = '''
+EXAMPLES = r'''
# Downloading a JPEG and saving it to a file with the ansible command.
# Note the "dest" is quoted rather instead of escaping the backslashes
$ ansible -i hosts -c winrm -m win_get_url -a "url=http://www.example.com/earthrise.jpg dest='C:\Users\Administrator\earthrise.jpg'" all