Skip to content

Commit f454f09

Browse files
authored
Update src/pendulum/duration.py
1 parent 80d4b82 commit f454f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pendulum/duration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def in_minutes(self) -> int:
238238
def in_seconds(self) -> int:
239239
return int(self.total_seconds())
240240

241-
def in_words(self, locale: str | None = None, separator: str = " ") -> str:
241+
def in_words(self, locale: str | None = None, separator: str = " ") -> str:
242242
"""
243243
Get the current interval in words in the current locale.
244244

0 commit comments

Comments
 (0)