From e74dc8c1ddc0fb6de51797c2c23881a109d6930a Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sat, 7 Nov 2015 08:23:35 -0500 Subject: [PATCH] minor doc fixes --- files/ini_file.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/files/ini_file.py b/files/ini_file.py index d837c329d4b..ce286741981 100644 --- a/files/ini_file.py +++ b/files/ini_file.py @@ -29,8 +29,7 @@ description: - Manage (add, remove, change) individual settings in an INI-style file without having to manage the file as a whole with, say, M(template) or M(assemble). Adds missing sections if they don't exist. - - Comments are discarded when the source file is read, and therefore will not - show up in the destination file. + - Before version 2.0, comments are discarded when the source file is read, and therefore will not show up in the destination file. version_added: "0.9" options: dest: @@ -80,7 +79,9 @@ notes: Either use M(template) to create a base INI file with a C([default]) section, or use M(lineinfile) to add the missing line. requirements: [ ConfigParser ] -author: "Jan-Piet Mens (@jpmens), Ales Nosek" +author: + - "Jan-Piet Mens (@jpmens)" + - "Ales Nosek (@noseka1)" ''' EXAMPLES = '''