diff options
| author | Sandra Wills <docschick@ansible.com> | 2016-04-13 08:05:04 -0400 |
|---|---|---|
| committer | James Cammarata <jimi@sngx.net> | 2016-04-13 13:57:23 -0400 |
| commit | 4822c2caa573086b32b945e531b603324f63bc1b (patch) | |
| tree | c52f44b7bd4d11f41e632d8c06d974fb247d8983 | |
| parent | 59456af8be8ebbc2a4cbe76b8fefb23aa7219f88 (diff) | |
| download | ansible-4822c2caa573086b32b945e531b603324f63bc1b.tar.gz | |
minor typo fixes
fixed a few minor typos in the intro for the section
"Deprecating and making module aliases"
| -rw-r--r-- | docsite/rst/developing_modules.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index 3b14697a2e..4b26e5716c 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -631,8 +631,8 @@ Windows modules checklist Deprecating and making module aliases `````````````````````````````````````` -Starting in 1.8 you can deprecate modules by renaming them with a preceding _, i.e. old_cloud.py to -_old_cloud.py, This will keep the module available but hide it from the primary docs and listing. +Starting in 1.8, you can deprecate modules by renaming them with a preceding _, i.e. old_cloud.py to +_old_cloud.py. This keeps the module available, but hides it from the primary docs and listing. You can also rename modules and keep an alias to the old name by using a symlink that starts with _. This example allows the stat module to be called with fileinfo, making the following examples equivalent:: |
