blueloveTH 2 年 前
コミット
1b03a9dabb
2 ファイル変更2 行追加2 行削除
  1. 1 1
      README.md
  2. 1 1
      docs/index.md

+ 1 - 1
README.md

@@ -18,7 +18,7 @@
 
 **English |** [**简体中文**](README_zh.md)
 
-pkpy is a lightweight(~10000 LOC) Python interpreter for game scripting, built on C++17 with STL.
+pkpy is a lightweight(~14K LOC) Python interpreter for game scripting, built on C++17 with STL.
 
 It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance.
 pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies.

+ 1 - 1
docs/index.md

@@ -5,7 +5,7 @@ label: Welcome
 
 # Welcome to pocketpy
 
-pkpy is a lightweight(~10000 LOC) Python interpreter for game scripting, built on C++17 with STL.
+pkpy is a lightweight(~14K LOC) Python interpreter for game scripting, built on C++17 with STL.
 
 It aims to be an alternative to lua for game scripting, with elegant syntax, powerful features and competitive performance.
 pkpy is extremely easy to embed via a single header file `pocketpy.h`, without external dependencies.