Skip to content

Commit

Permalink
feat: added missing docstring element to round_date.
Browse files Browse the repository at this point in the history
  • Loading branch information
DoktorMike committed Oct 13, 2024
1 parent b517938 commit 7068a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datedocstrings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Round a DateTime, Date, or Time object to the nearest specified unit.
# Arguments
`dt`: A DateTime, Date, or Time object (can contain missing values in a DataFrame).
`unit`: A string specifying the units to use for rounding. The units can be one of the following: "year", "month", "day", "hour", "minute", "second".
`unit`: A string specifying the units to use for rounding. The units can be one of the following: "year", "quarter", "month", "day", "hour", "minute", "second".
# Returns
The DateTime, Date, or Time object rounded to the nearest specified unit. If the input is missing, the function returns a missing value.
Expand Down

0 comments on commit 7068a23

Please sign in to comment.