Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilson committed Dec 8, 2024
1 parent 2acbf5a commit bd31360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/kernels/scalar_arithmetic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ const FunctionDoc atan2_doc{"Compute the inverse tangent of y/x",
{"y", "x"}};

const FunctionDoc atanh_doc{"Compute the inverse hyperbolic tangent",
("NaN is returned for input values x with |x| > 1. "
("NaN is returned for input values x with |x| > 1.\n"
"At x = +/- 1, returns +/- infinity.\n"
"To raise an error instead, see \"atanh_checked\"."),
{"x"}};
Expand Down

0 comments on commit bd31360

Please sign in to comment.