This is an automated email from the ASF dual-hosted git repository.

rok pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 9768c96b70 GH-43150: [Docs] Correct documentation of 
pyarrow.compute.microsecond (#43151)
9768c96b70 is described below

commit 9768c96b7043192f69915274f123ad8bdc720792
Author: Abdulaziz Aloqeely <[email protected]>
AuthorDate: Fri Jul 5 01:24:58 2024 +0300

    GH-43150: [Docs] Correct documentation of pyarrow.compute.microsecond 
(#43151)
    
    ### What changes are included in this PR?
    Corrected a small mistake in the docstring
    * GitHub Issue: #43150
    
    Authored-by: Abdulaziz Aloqeely <[email protected]>
    Signed-off-by: Rok Mihevc <[email protected]>
---
 cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc 
b/cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc
index f49e201492..35b1deb3cd 100644
--- a/cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc
+++ b/cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc
@@ -1741,7 +1741,7 @@ const FunctionDoc millisecond_doc{
 
 const FunctionDoc microsecond_doc{
     "Extract microsecond values",
-    ("Millisecond returns number of microseconds since the last full 
millisecond.\n"
+    ("Microsecond returns number of microseconds since the last full 
millisecond.\n"
      "Null values emit null.\n"
      "An error is returned if the values have a defined timezone but it\n"
      "cannot be found in the timezone database."),

Reply via email to