Skip to content

Commit e08a12a

Browse files
authored
fix typo (#80)
1 parent ee86f68 commit e08a12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/Hydro/install/compiler.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ javac -d /w -encoding utf8 ./Main.java && jar cvf Main.jar *.class
4949
</Callout>
5050

5151
<Callout>
52-
在使用 `sh nix-env -iA nixpkgs.python3Packages.xxxxx` 安装 `pyhton` 包后,如果在沙箱环境中无法找到依赖。
52+
在使用 `sh nix-env -iA nixpkgs.python3Packages.xxxxx` 安装 `python` 包后,如果在沙箱环境中无法找到依赖。
5353
请参照 [在沙箱中引入 Python 包](https://hydro.ac/d/faqs/p/15) 教程更新环境变量。
5454
</Callout>
5555

0 commit comments

Comments
 (0)