gnu: python-pyarrow: Fix typo.

* gnu/packages/databases.scm (python-pyarrow): Fix typo in comment.

Change-Id: I6e656714bcf76c05cf32aef388761243507d9a17
This commit is contained in:
Ricardo Wurmus 2025-02-10 12:21:00 +01:00
parent 14cb0eecec
commit 6c8a27e7c7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5233,7 +5233,7 @@ algorithm implementations.")
(build-system python-build-system)
(arguments
(list
;; XXX: Test data is distributed sepratly in
;; XXX: Test data is distributed separately in
;; <https://github.com/apache/arrow-testing> 39MiB and requires
;; additional steps to be implemented, see
;; <https://github.com/apache/arrow/blob/main/ci/scripts/python_build.sh>.