Fixed typo in locale_gen documentation.
This commit is contained in:
parent
8a4f07eecd
commit
827da3ae1a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from subprocess import Popen, PIPE, call
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: locale_gen
|
module: locale_gen
|
||||||
short_description: Creates of removes locales.
|
short_description: Creates or removes locales.
|
||||||
description:
|
description:
|
||||||
- Manages locales by editing /etc/locale.gen and invoking locale-gen.
|
- Manages locales by editing /etc/locale.gen and invoking locale-gen.
|
||||||
version_added: "1.6"
|
version_added: "1.6"
|
||||||
|
|
Loading…
Reference in a new issue