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 5cb4cf71b docs: fix typo in python/adbc_driver_postgresql/README.md 
(#3194)
5cb4cf71b is described below

commit 5cb4cf71bf9410b0485f494d88d50f3124f2cd61
Author: Bryce Mecum <[email protected]>
AuthorDate: Wed Jul 23 19:57:07 2025 -0700

    docs: fix typo in python/adbc_driver_postgresql/README.md (#3194)
---
 python/adbc_driver_postgresql/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/adbc_driver_postgresql/README.md 
b/python/adbc_driver_postgresql/README.md
index 9b6db326b..354ccc86d 100644
--- a/python/adbc_driver_postgresql/README.md
+++ b/python/adbc_driver_postgresql/README.md
@@ -62,7 +62,7 @@ For users building from the arrow-adbc source repository, you 
can alternately us
 For example, assuming you run cmake from the project root:
 
 ```shell
-cmake -S c -B build --preset debug -DADBC_BUILD_PYTHON=ON 
-DADBC_DRIVER_POSTSGRESQL=ON
+cmake -S c -B build --preset debug -DADBC_BUILD_PYTHON=ON 
-DADBC_DRIVER_POSTGRESQL=ON
 cmake --build build --target python
 ```
 

Reply via email to