File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 5
5
6
6
DOCUMENTATION :
7
7
name : to_days
8
- short_description : Converte a duration string to days
8
+ short_description : Converts a duration string to days
9
9
version_added : 0.2.0
10
10
description :
11
11
- Parse a human readable time duration string and convert to days.
Original file line number Diff line number Diff line change 5
5
6
6
DOCUMENTATION :
7
7
name : to_hours
8
- short_description : Converte a duration string to hours
8
+ short_description : Converts a duration string to hours
9
9
version_added : 0.2.0
10
10
description :
11
11
- Parse a human readable time duration string and convert to hours.
Original file line number Diff line number Diff line change 5
5
6
6
DOCUMENTATION :
7
7
name : to_milliseconds
8
- short_description : Converte a duration string to milliseconds
8
+ short_description : Converts a duration string to milliseconds
9
9
version_added : 0.2.0
10
10
description :
11
11
- Parse a human readable time duration string and convert to milliseconds.
Original file line number Diff line number Diff line change 5
5
6
6
DOCUMENTATION :
7
7
name : to_minutes
8
- short_description : Converte a duration string to minutes
8
+ short_description : Converts a duration string to minutes
9
9
version_added : 0.2.0
10
10
description :
11
11
- Parse a human readable time duration string and convert to minutes.
Original file line number Diff line number Diff line change 5
5
6
6
DOCUMENTATION :
7
7
name : to_months
8
- short_description : Converte a duration string to months
8
+ short_description : Convert a duration string to months
9
9
version_added : 0.2.0
10
10
description :
11
11
- Parse a human readable time duration string and convert to months.
Original file line number Diff line number Diff line change 5
5
6
6
DOCUMENTATION :
7
7
name : to_seconds
8
- short_description : Converte a duration string to seconds
8
+ short_description : Converts a duration string to seconds
9
9
version_added : 0.2.0
10
10
description :
11
11
- Parse a human readable time duration string and convert to seconds.
Original file line number Diff line number Diff line change 5
5
6
6
DOCUMENTATION :
7
7
name : to_time_unit
8
- short_description : Converte a duration string to the given time unit
8
+ short_description : Converts a duration string to the given time unit
9
9
version_added : 0.2.0
10
10
description :
11
11
- Parse a human readable time duration string and convert to the given time unit.
Original file line number Diff line number Diff line change 5
5
6
6
DOCUMENTATION :
7
7
name : to_weeks
8
- short_description : Converte a duration string to weeks
8
+ short_description : Converts a duration string to weeks
9
9
version_added : 0.2.0
10
10
description :
11
11
- Parse a human readable time duration string and convert to weeks.
Original file line number Diff line number Diff line change 5
5
6
6
DOCUMENTATION :
7
7
name : to_years
8
- short_description : Converte a duration string to years
8
+ short_description : Converts a duration string to years
9
9
version_added : 0.2.0
10
10
description :
11
11
- Parse a human readable time duration string and convert to years.
You can’t perform that action at this time.
0 commit comments