Misc typo fixes in function docs (#43779)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-08-07 23:43:51 +05:30 committed by René Moser
parent 68e6587748
commit ce7eecd782
3 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ from ansible.utils.vars import combine_vars
class InventoryModule(BaseInventoryPlugin, Constructable):
""" constructs groups and vars using Jinaj2 template expressions """
""" constructs groups and vars using Jinja2 template expressions """
NAME = 'constructed'