You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MINOR: [Docs][Python] Fix usage of pyarrow and PyArrow in extending_types.rst (apache#47170)
### Rationale for this change
I originally started this patch because the title of https://arrow.apache.org/docs/python/extending_types.html is "Extending pyarrow..." which immediately jumped out as me as not quite right: It should be "Extending PyArrow..." since PyArrow is the name of the software. I think we try to use the all-lowercase form only in code snippets or when specifically referring to the spelling of PyArrow various distributions.
### What changes are included in this PR?
Changed docs/source/python/extending_types.rst to hopefully use the various forms correctly
I didn't do a deep-dive into other docs.
### Are these changes tested?
Yes, rendered locally.
### Are there any user-facing changes?
No.
Authored-by: Bryce Mecum <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
0 commit comments