Skip to content

Commit d253e32

Browse files
muxueqzwang0618
authored andcommitted
fix typo
1 parent 3f5cf1e commit d253e32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/libraries_support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can use PyInstaller to packages PyWebIO application into a stand-alone execu
1717

1818
2. Edit the spec file, change the ``datas`` parameter of ``Analysis``::
1919

20-
from pywebio.util import pyinstaller_datas
20+
from pywebio.utils import pyinstaller_datas
2121

2222
a = Analysis(
2323
...

docs/locales/zh_CN/LC_MESSAGES/libraries_support.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ msgstr "编辑生成的spec文件,将其中 ``Analysis`` 的 ``data`` 参数
6161

6262
#: ../../libraries_support.rst:18
6363
msgid ""
64-
"from pywebio.util import pyinstaller_datas\n"
64+
"from pywebio.utils import pyinstaller_datas\n"
6565
"\n"
6666
"a = Analysis(\n"
6767
" ...\n"

0 commit comments

Comments
 (0)