Skip to content

Commit d0445bf

Browse files
committed
Fixes wrong name for set_translator method
1 parent 1bd8e82 commit d0445bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pendulum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
set_locale = Pendulum.set_locale
4444
get_locale = Pendulum.get_locale
4545
translator = Pendulum.translator
46-
set_transaltor = Pendulum.set_translator
46+
set_translator = Pendulum.set_translator
4747
set_to_string_format = Pendulum.set_to_string_format
4848
reset_to_string_format = Pendulum.reset_to_string_format
4949

0 commit comments

Comments
 (0)