Skip to content

Commit 6024485

Browse files
gordolsdispater
authored andcommitted
fix carbon refs (#61)
1 parent adf7988 commit 6024485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pendulum/pendulum.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def create(cls, year=None, month=None, day=None,
345345
hour=0, minute=0, second=0, microsecond=0,
346346
tz=UTC):
347347
"""
348-
Create a new Carbon instance from a specific date and time.
348+
Create a new Pendulum instance from a specific date and time.
349349
350350
If any of year, month or day are set to None their now() values will
351351
be used.
@@ -860,7 +860,7 @@ def set_test_now(cls, test_now=None):
860860
@classmethod
861861
def get_test_now(cls):
862862
"""
863-
Get the Carbon instance (real or mock) to be returned when a "now"
863+
Get the Pendulum instance (real or mock) to be returned when a "now"
864864
instance is created.
865865
866866
:rtype: Pendulum or None

0 commit comments

Comments
 (0)