Skip to content

Commit

Permalink
[MINOR][DOCS] Fix small grammatical nit
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
A very minor grammatical nit.

### Why are the changes needed?
To fix a very minor grammatical nit introduced while taking care of #50086

### Does this PR introduce _any_ user-facing change?
Yes, docs change.

### How was this patch tested?
Manual verification.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #50196 from the-sakthi/minor-doc-fix.

Authored-by: Sakthi Vel <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
  • Loading branch information
the-sakthi authored and HyukjinKwon committed Mar 6, 2025
1 parent e4cc116 commit 33d3e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/docs/source/user_guide/pandas_on_spark/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ This is conceptually equivalent to the PySpark example as below:
.. warning::
Unlike `sequence`, since `distributed-sequence` is executed in a distributed environment,
the rows corresponding to each index may vary although the index itself is still
the rows corresponding to each index may vary although the index itself still
remains globally sequential.
This happens because the rows are distributed across multiple partitions and nodes,
leading to indeterministic row-to-index mappings when the data is loaded.
Expand Down

0 comments on commit 33d3e5b

Please sign in to comment.