소스 검색

typo in precompile.md (#242)

jezv 2 년 전
부모
커밋
bdac85340e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/features/precompile.md

+ 1 - 1
docs/features/precompile.md

@@ -119,7 +119,7 @@ StackOverflowError
 String compilation has no guarantee of compatibility between different versions of pkpy.
 !!!
 
-You can use this snnipet to convert every python file in a directory into precompiled strings.
+You can use this snippet to convert every python file in a directory into precompiled strings.
 
 ```python
 # precompile.py