From c2bbce651da51c03f6f41297406e606c75a5d91a Mon Sep 17 00:00:00 2001 From: shaneding Date: Sun, 25 Jul 2021 09:46:13 -0400 Subject: [PATCH] Update cpp/include/cudf/datetime.hpp Co-authored-by: David Wendt <45795991+davidwendt@users.noreply.github.com> --- cpp/include/cudf/datetime.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/include/cudf/datetime.hpp b/cpp/include/cudf/datetime.hpp index 8383b504739..3d90ac063e1 100644 --- a/cpp/include/cudf/datetime.hpp +++ b/cpp/include/cudf/datetime.hpp @@ -210,7 +210,7 @@ std::unique_ptr 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 *