summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_python.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/detect/tools/find_python.lua')
-rw-r--r--xmake/modules/detect/tools/find_python.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_python.lua b/xmake/modules/detect/tools/find_python.lua
index c732391ff..8e6257580 100644
--- a/xmake/modules/detect/tools/find_python.lua
+++ b/xmake/modules/detect/tools/find_python.lua
@@ -26,7 +26,7 @@ import("detect.tools.find_python3")
-- find python
--
--- @param opt the arguments, .e.g {version = true}
+-- @param opt the arguments, e.g. {version = true}
--
-- @return program, version
--