spark-instrumented-optimizer/python/docs/source/migration_guide
HyukjinKwon 2ca76a57be [MINOR][DOCS] Use ASCII characters when possible in PySpark documentation
### What changes were proposed in this pull request?

This PR replaces the non-ASCII characters to ASCII characters when possible in PySpark documentation

### Why are the changes needed?

To avoid unnecessarily using other non-ASCII characters which could lead to the issue such as https://github.com/apache/spark/pull/32047 or https://github.com/apache/spark/pull/22782

### Does this PR introduce _any_ user-facing change?

Virtually no.

### How was this patch tested?

Found via (Mac OS):

```bash
# In Spark root directory
cd python
pcregrep --color='auto' -n "[\x80-\xFF]" `git ls-files .`
```

Closes #32048 from HyukjinKwon/minor-fix.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
2021-04-04 09:49:36 +03:00
..
index.rst [MINOR][DOCS] Replace http to https when possible in PySpark documentation 2021-02-23 11:18:47 +09:00
pyspark_1.0_1.2_to_1.3.rst [SPARK-32191][PYTHON][DOCS] Port migration guide for PySpark docs 2020-08-10 15:41:32 +09:00
pyspark_1.4_to_1.5.rst [SPARK-32191][PYTHON][DOCS] Port migration guide for PySpark docs 2020-08-10 15:41:32 +09:00
pyspark_2.2_to_2.3.rst [SPARK-32191][PYTHON][DOCS] Port migration guide for PySpark docs 2020-08-10 15:41:32 +09:00
pyspark_2.3.0_to_2.3.1_above.rst [SPARK-32191][PYTHON][DOCS] Port migration guide for PySpark docs 2020-08-10 15:41:32 +09:00
pyspark_2.3_to_2.4.rst [SPARK-32191][PYTHON][DOCS] Port migration guide for PySpark docs 2020-08-10 15:41:32 +09:00
pyspark_2.4_to_3.0.rst [MINOR][DOCS] Use ASCII characters when possible in PySpark documentation 2021-04-04 09:49:36 +03:00