1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

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
+1 -1
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>.