Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pendulum/pendulum.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def create(cls, year=None, month=None, day=None,
hour=0, minute=0, second=0, microsecond=0,
tz=UTC):
"""
Create a new Carbon instance from a specific date and time.
Create a new Pendulum instance from a specific date and time.

If any of year, month or day are set to None their now() values will
be used.
Expand Down Expand Up @@ -860,7 +860,7 @@ def set_test_now(cls, test_now=None):
@classmethod
def get_test_now(cls):
"""
Get the Carbon instance (real or mock) to be returned when a "now"
Get the Pendulum instance (real or mock) to be returned when a "now"
instance is created.

:rtype: Pendulum or None
Expand Down