Pep8 fixes for Windows module (#24349)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2017-05-08 01:29:35 +05:30 committed by jhawkesworth
commit 9c5b55232c
12 changed files with 15 additions and 35 deletions

View file

@ -48,7 +48,7 @@ notes:
author: "Matt Davis (@nitzmahone)"
'''
EXAMPLES=r'''
EXAMPLES = r'''
# set a single address on the adapter named Ethernet
- win_dns_client:
adapter_names: Ethernet
@ -68,6 +68,6 @@ EXAMPLES=r'''
ipv4_addresses: []
'''
RETURN='''
RETURN = '''
'''