From 50fe20b6593fa104ac4e9a4da73ae73286d5d4e1 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 14 Apr 2024 02:11:16 +0800 Subject: [PATCH] Update precompile.md --- docs/features/precompile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/precompile.md b/docs/features/precompile.md index 5b4b23a2..5c49e01d 100644 --- a/docs/features/precompile.md +++ b/docs/features/precompile.md @@ -60,9 +60,9 @@ pkpy:1.4.4 ``` Comparing with **In-memory precompilation**, -**String precompilation** drops most of the original source code. +**String precompilation** drops most of the information of the original source code. It has an encryption effect, which can protect your source code from being stolen. -It also means there is no source line information when an error occurs. +This also means there is no source line information when an error occurs. ```python src = """