You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by am...@apache.org on 2022/04/05 08:55:22 UTC

[arrow-cookbook] branch main updated: Minor spelling corrections to Python and Java contribution files (#175)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d007b6a  Minor spelling corrections to Python and Java contribution files (#175)
d007b6a is described below

commit d007b6a00fba3ac7a3b43ce0d0268e5e8bcceec3
Author: Christopher Dunderdale <47...@users.noreply.github.com>
AuthorDate: Tue Apr 5 10:55:17 2022 +0200

    Minor spelling corrections to Python and Java contribution files (#175)
    
    * Fix python heading spelling
    
    * Fix java contribution file heading
---
 java/CONTRIBUTING.rst   | 2 +-
 python/CONTRIBUTING.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/CONTRIBUTING.rst b/java/CONTRIBUTING.rst
index 2419b57..e5c58e9 100644
--- a/java/CONTRIBUTING.rst
+++ b/java/CONTRIBUTING.rst
@@ -1,4 +1,4 @@
-Bulding the Java Cookbook
+Building the Java Cookbook
 =========================
 
 The Java cookbook uses the Sphinx documentation system.
diff --git a/python/CONTRIBUTING.rst b/python/CONTRIBUTING.rst
index 4b737f3..1b503be 100644
--- a/python/CONTRIBUTING.rst
+++ b/python/CONTRIBUTING.rst
@@ -1,4 +1,4 @@
-Bulding the Python Cookbook
+Building the Python Cookbook
 ===========================
 
 The python cookbook uses the Sphinx documentation system.