From bdac85340e3029e4c55a604cc38817be5db98fc8 Mon Sep 17 00:00:00 2001 From: jezv Date: Fri, 3 May 2024 09:04:41 +0800 Subject: [PATCH] typo in precompile.md (#242) --- docs/features/precompile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/precompile.md b/docs/features/precompile.md index 46e54778..93c56ecc 100644 --- a/docs/features/precompile.md +++ b/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