[PR #9812/cf147b9f backport][stable-9] misc typo fix (#9815)
misc typo fix (#9812)
Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
(cherry picked from commit cf147b9fca
)
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/9720/merge
parent
faaeacfaa0
commit
162add04b9
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
DOCUMENTATION:
|
DOCUMENTATION:
|
||||||
name: to_days
|
name: to_days
|
||||||
short_description: Converte a duration string to days
|
short_description: Converts a duration string to days
|
||||||
version_added: 0.2.0
|
version_added: 0.2.0
|
||||||
description:
|
description:
|
||||||
- Parse a human readable time duration string and convert to days.
|
- Parse a human readable time duration string and convert to days.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
DOCUMENTATION:
|
DOCUMENTATION:
|
||||||
name: to_hours
|
name: to_hours
|
||||||
short_description: Converte a duration string to hours
|
short_description: Converts a duration string to hours
|
||||||
version_added: 0.2.0
|
version_added: 0.2.0
|
||||||
description:
|
description:
|
||||||
- Parse a human readable time duration string and convert to hours.
|
- Parse a human readable time duration string and convert to hours.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
DOCUMENTATION:
|
DOCUMENTATION:
|
||||||
name: to_milliseconds
|
name: to_milliseconds
|
||||||
short_description: Converte a duration string to milliseconds
|
short_description: Converts a duration string to milliseconds
|
||||||
version_added: 0.2.0
|
version_added: 0.2.0
|
||||||
description:
|
description:
|
||||||
- Parse a human readable time duration string and convert to milliseconds.
|
- Parse a human readable time duration string and convert to milliseconds.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
DOCUMENTATION:
|
DOCUMENTATION:
|
||||||
name: to_minutes
|
name: to_minutes
|
||||||
short_description: Converte a duration string to minutes
|
short_description: Converts a duration string to minutes
|
||||||
version_added: 0.2.0
|
version_added: 0.2.0
|
||||||
description:
|
description:
|
||||||
- Parse a human readable time duration string and convert to minutes.
|
- Parse a human readable time duration string and convert to minutes.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
DOCUMENTATION:
|
DOCUMENTATION:
|
||||||
name: to_months
|
name: to_months
|
||||||
short_description: Converte a duration string to months
|
short_description: Convert a duration string to months
|
||||||
version_added: 0.2.0
|
version_added: 0.2.0
|
||||||
description:
|
description:
|
||||||
- Parse a human readable time duration string and convert to months.
|
- Parse a human readable time duration string and convert to months.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
DOCUMENTATION:
|
DOCUMENTATION:
|
||||||
name: to_seconds
|
name: to_seconds
|
||||||
short_description: Converte a duration string to seconds
|
short_description: Converts a duration string to seconds
|
||||||
version_added: 0.2.0
|
version_added: 0.2.0
|
||||||
description:
|
description:
|
||||||
- Parse a human readable time duration string and convert to seconds.
|
- Parse a human readable time duration string and convert to seconds.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
DOCUMENTATION:
|
DOCUMENTATION:
|
||||||
name: to_time_unit
|
name: to_time_unit
|
||||||
short_description: Converte a duration string to the given time unit
|
short_description: Converts a duration string to the given time unit
|
||||||
version_added: 0.2.0
|
version_added: 0.2.0
|
||||||
description:
|
description:
|
||||||
- Parse a human readable time duration string and convert to the given time unit.
|
- Parse a human readable time duration string and convert to the given time unit.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
DOCUMENTATION:
|
DOCUMENTATION:
|
||||||
name: to_weeks
|
name: to_weeks
|
||||||
short_description: Converte a duration string to weeks
|
short_description: Converts a duration string to weeks
|
||||||
version_added: 0.2.0
|
version_added: 0.2.0
|
||||||
description:
|
description:
|
||||||
- Parse a human readable time duration string and convert to weeks.
|
- Parse a human readable time duration string and convert to weeks.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
DOCUMENTATION:
|
DOCUMENTATION:
|
||||||
name: to_years
|
name: to_years
|
||||||
short_description: Converte a duration string to years
|
short_description: Converts a duration string to years
|
||||||
version_added: 0.2.0
|
version_added: 0.2.0
|
||||||
description:
|
description:
|
||||||
- Parse a human readable time duration string and convert to years.
|
- Parse a human readable time duration string and convert to years.
|
||||||
|
|
Loading…
Reference in New Issue