Commit f9dd729
authored
MINOR: [C++] Fix a typo in the doc of
### Rationale for this change
in existing https://arrow.apache.org/docs/dev/python/generated/pyarrow.compute.ascii_upper.html
> This function assumes the input is fully ASCII. It it may contain non-ASCII characters, use “utf8_upper” instead.
### What changes are included in this PR?
Fix a typo in the docstring of `pyarrow.compute.ascii_upper`
### Are these changes tested?
CI
### Are there any user-facing changes?
yes, doc-only change
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>pyarrow.compute.ascii_upper (#48700)1 parent 960f0d2 commit f9dd729
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
807 | | - | |
| 807 | + | |
808 | 808 | | |
809 | 809 | | |
810 | 810 | | |
| |||
0 commit comments