mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 20:24:23 -07: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…
Add table
Add a link
Reference in a new issue