Documentatin fixes

This commit is contained in:
Toshio Kuratomi 2018-07-23 15:43:34 -07:00
commit da26ba3760
3 changed files with 3 additions and 3 deletions

View file

@ -531,7 +531,7 @@ A helpful development approach to this should be to ensure that all of the tests
run under Python 2.6 and that each assertion in the test cases has been checked to work by breaking
the code in Ansible to trigger that failure.
.. warn:: Maintain Python-2.6 compatibility
.. warning:: Maintain Python-2.6 compatibility
Please remember that modules need to maintain compatibility with Python-2.6 so the unittests for
modules should also be compatible with Python-2.6.