From e66c98281e02a63c6f7c53be8f7a37be7565ab64 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 5 Apr 2017 23:03:29 +0200 Subject: [PATCH] Small consistency fixes (#23294) --- lib/ansible/modules/windows/win_regedit.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/windows/win_regedit.py b/lib/ansible/modules/windows/win_regedit.py index 81ef98b8453..5f73f568ee1 100644 --- a/lib/ansible/modules/windows/win_regedit.py +++ b/lib/ansible/modules/windows/win_regedit.py @@ -45,7 +45,7 @@ options: description: - Name of registry entry in C(path). - This is an entry in the above C(key) parameter. - - If not provided, or empty we use the default name '(default)' + - If not provided, or empty we use the default name '(default)'. aliases: [ entry ] data: description: @@ -73,9 +73,9 @@ options: - absent default: present notes: -- Check-mode C(-C/--check) and diff output (-D/--diff) are supported, so that you can test every change against the active configuration before +- Check-mode C(-C/--check) and diff output C(-D/--diff) are supported, so that you can test every change against the active configuration before applying changes. -- Beware that some registry hives (HKEY_USERS in particular) do not allow to create new registry paths. +- Beware that some registry hives (C(HKEY_USERS) in particular) do not allow to create new registry paths. author: "Adam Keech (@smadam813), Josh Ludwig (@joshludwig)" '''