From 8101bf9811275e550d922a0a6de24fa8d903cc9b Mon Sep 17 00:00:00 2001 From: Mathew Shen <1021550072@qq.com> Date: Wed, 11 Oct 2023 20:31:49 +0800 Subject: [PATCH] fix:make the python example more clear (#7214) --- docs/lang-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang-python.md b/docs/lang-python.md index 04be40d7a77f..baef9de08581 100644 --- a/docs/lang-python.md +++ b/docs/lang-python.md @@ -11,7 +11,7 @@ started! ## Getting started and simple example -First, copy this example WebAssembly text module into your project. It exports a +First, copy this example WebAssembly text module into your project with the filename `gcd.wat`. It exports a function for calculating the greatest common denominator of two numbers. ```wat