This is an automated email from the ASF dual-hosted git repository.
npr 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 6a0ea6a86c MINOR: Update docs site footer for new ASF logo (#47647)
6a0ea6a86c is described below
commit 6a0ea6a86c2a37961961862a1b73648898f7f0c1
Author: Neal Richardson <[email protected]>
AuthorDate: Thu Sep 25 07:27:54 2025 -0400
MINOR: Update docs site footer for new ASF logo (#47647)
### Rationale for this change
https://news.apache.org/foundation/entry/introducing-the-asfs-new-logo
See also https://github.com/apache/arrow-site/pull/705
### What changes are included in this PR?
I deleted a word
### Are these changes tested?
N/A
### Are there any user-facing changes?
Technically I guess so 😂
---
docs/source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 548d2abe86..8b7798800a 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -235,7 +235,7 @@ master_doc = 'index'
project = u'Apache Arrow'
copyright = (
f"2016-{datetime.datetime.now().year} Apache Software Foundation.\n"
- "Apache Arrow, Arrow, Apache, the Apache feather logo, and the Apache
Arrow "
+ "Apache Arrow, Arrow, Apache, the Apache logo, and the Apache Arrow "
"project logo are either registered trademarks or trademarks of The Apache
"
"Software Foundation in the United States and other countries"
)