Skip to content

Commit

Permalink
fix:make the python example more clear (bytecodealliance#7214)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Oct 11, 2023
1 parent 41e4962 commit 8101bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8101bf9

Please sign in to comment.