mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Misc typo fixes in function docs (#43779)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
68e6587748
commit
ce7eecd782
3 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ from itertools import product
|
|||
|
||||
|
||||
class InventoryModule(BaseInventoryPlugin):
|
||||
""" constructs groups and vars using Jinaj2 template expressions """
|
||||
""" constructs groups and vars using Jinja2 template expressions """
|
||||
|
||||
NAME = 'generator'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue