Skip to content

Commit cdf4af8

Browse files
fix doc
1 parent 46d11de commit cdf4af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Zh-Plot: 一行代码搞定Python图表中文展示
1+
# Zh-Plot: 一行代码搞定 Python 图表中文展示
22

33
[![Python](https://img.shields.io/pypi/pyversions/zhplot.svg?color=%2334D058)](https://pypi.org/project/zhplot/)
44
[![PyPI](https://img.shields.io/pypi/v/zhplot?color=%2334D058&label=pypi%20package)](https://pypi.org/project/zhplot/)
@@ -45,7 +45,7 @@ uv add zhplot
4545
import matplotlib.pyplot as plt
4646
```
4747

48-
在汉化wordcloud的时候`import zhplot`需要在前面:
48+
在汉化 wordcloud 的时候`import zhplot`需要在前面
4949
```diff
5050
+ import zhplot
5151
import wordcloud

0 commit comments

Comments
 (0)