Skip to content

Commit

Permalink
Corrected docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed May 4, 2024
1 parent e4bd5e0 commit 06c1d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dfdatetime/precisions.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def CopyToDateTimeString(cls, time_elements_tuple, fraction_of_second):
Returns:
str: date and time value formatted as:
YYYY-MM-DD hh:mm:ss.###
YYYY-MM-DD hh:mm:ss.##
Raises:
ValueError: if the fraction of second is out of bounds.
Expand Down Expand Up @@ -247,7 +247,7 @@ def CopyToDateTimeString(cls, time_elements_tuple, fraction_of_second):
Returns:
str: date and time value formatted as:
YYYY-MM-DD hh:mm:ss.###
YYYY-MM-DD hh:mm:ss.####
Raises:
ValueError: if the fraction of second is out of bounds.
Expand Down

0 comments on commit 06c1d36

Please sign in to comment.