mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixes typo of formating to formatting (#52710)
This commit is contained in:
parent
55e9acb043
commit
e931dd0e58
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ class FilterModule(object):
|
||||||
'bool': to_bool,
|
'bool': to_bool,
|
||||||
'to_datetime': to_datetime,
|
'to_datetime': to_datetime,
|
||||||
|
|
||||||
# date formating
|
# date formatting
|
||||||
'strftime': strftime,
|
'strftime': strftime,
|
||||||
|
|
||||||
# quote string for shell usage
|
# quote string for shell usage
|
||||||
|
|
Loading…
Reference in a new issue