fixes to prevent doc brekage

This commit is contained in:
Brian Coca 2015-08-13 00:00:09 -04:00
parent dcd2f441b5
commit e31a4be192
2 changed files with 1 additions and 2 deletions

View file

@ -99,7 +99,7 @@ options:
default: null
ip_to_networks:
description:
- List of mappings in the form {'network': NetworkName, 'ip': 1.2.3.4}
- "List of mappings in the form {'network': NetworkName, 'ip': 1.2.3.4}"
- Mutually exclusive with C(networks) option.
required: false
default: null

View file

@ -53,7 +53,6 @@ options:
requirements:
- kazoo >= 2.1
author: "Trey Perry (@treyperry)"
---
"""
EXAMPLES = """