This is an automated email from the ASF dual-hosted git repository. jensg pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/thrift-website.git
commit 46e0874b426a18e660f4dc0eb36bebf863cd5a4f Author: scstauf <[email protected]> AuthorDate: Wed Feb 15 13:56:31 2023 -0600 Changed to python3 --- docs/BuildingFromSource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BuildingFromSource.md b/docs/BuildingFromSource.md index a566964..7b1d9d5 100644 --- a/docs/BuildingFromSource.md +++ b/docs/BuildingFromSource.md @@ -47,7 +47,7 @@ and run the test suite: and the cross language test suite: - python test/test.py + python3 test/test.py ### Issues while compiling
