Skip to content

Commit

Permalink
Update cpp/include/cudf/datetime.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: David Wendt <[email protected]>
  • Loading branch information
shaneding and davidwendt authored Jul 25, 2021
1 parent 80d1ddf commit c2bbce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/datetime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ std::unique_ptr<cudf::column> is_leap_year(
* @brief Returns the quarter of the date
*
* `output[i]` will be a value from {1, 2, 3, 4} corresponding to the quater of month given by
* `column[i]`. It will be null` if the input row at `column[i]` is null.
* `column[i]`. It will be null if the input row at `column[i]` is null.
*
* @throw cudf::logic_error if input column datatype is not a TIMESTAMP
*
Expand Down

0 comments on commit c2bbce6

Please sign in to comment.