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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4c036e1ab docs: add missing mention of Python in supported languages 
(#2853)
4c036e1ab is described below

commit 4c036e1ab6740225cf3a799765976ad2ec7fb9c0
Author: Daijiro Fukuda <[email protected]>
AuthorDate: Fri May 23 15:48:38 2025 +0900

    docs: add missing mention of Python in supported languages (#2853)
    
    Closes #2852
---
 docs/source/driver/status.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/driver/status.rst b/docs/source/driver/status.rst
index f0e09025b..a32db56a9 100644
--- a/docs/source/driver/status.rst
+++ b/docs/source/driver/status.rst
@@ -34,8 +34,8 @@ Implementation Status
 
 .. note::
 
-   Drivers that support C/C++ can also be used from C#, GLib, Go, R, Ruby, and
-   Rust, regardless of their implementation language.
+   Drivers that support C/C++ can also be used from C#, GLib, Go, Python, R,
+   Ruby, and Rust, regardless of their implementation language.
 
 .. list-table::
    :header-rows: 1

Reply via email to