This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 7e684b378efa [SPARK-54603][PYTHON][DOCS] Fix typo in contributing.rst
7e684b378efa is described below
commit 7e684b378efaa1435bcb746b4c7231cdca33666c
Author: Yicong-Huang <[email protected]>
AuthorDate: Thu Dec 11 08:57:11 2025 +0900
[SPARK-54603][PYTHON][DOCS] Fix typo in contributing.rst
### What changes were proposed in this pull request?
Found typo "a example" -> "an example"
### Why are the changes needed?
Fix grammar
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
### Was this patch authored or co-authored using generative AI tooling?
No
Closes #53336 from Yicong-Huang/SPARK-54603/fix/typo-in-contribution.rst.
Authored-by: Yicong-Huang <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
python/docs/source/development/contributing.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/docs/source/development/contributing.rst
b/python/docs/source/development/contributing.rst
index 4103a1e65093..24629f7ba7bc 100644
--- a/python/docs/source/development/contributing.rst
+++ b/python/docs/source/development/contributing.rst
@@ -230,7 +230,7 @@ Doctest Conventions
In general, doctests should be grouped logically by separating a newline.
For instance, the first block is for the statements for preparation, the
second block is for using the function with a specific argument,
-and third block is for another argument. As a example, please refer
`DataFrame.rsub
<https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.rsub.html#pandas.DataFrame.rsub>`_
in pandas.
+and third block is for another argument. As an example, please refer
`DataFrame.rsub
<https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.rsub.html#pandas.DataFrame.rsub>`_
in pandas.
These blocks should be consistently separated in PySpark doctests, and more
doctests should be added if the coverage of the doctests or the number of
examples to show is not enough.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]