summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/python-find-version.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2023-07-17 00:39:44 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2023-07-17 00:39:44 +0300
commit7824ff80dcaa457706a4f762e976383e6bd03daf (patch)
treedf34812be3c863f7bc8b21213b23043e2fa84917 /docs/markdown/snippets/python-find-version.md
parent0dba7340ecfbe84231a14559ef7f9e7dfb7d1299 (diff)
downloadmeson-7824ff80dcaa457706a4f762e976383e6bd03daf.tar.gz
Whoopsie, forgot to create the release notes.
Diffstat (limited to 'docs/markdown/snippets/python-find-version.md')
-rw-r--r--docs/markdown/snippets/python-find-version.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/python-find-version.md b/docs/markdown/snippets/python-find-version.md
deleted file mode 100644
index 0cd6672c2..000000000
--- a/docs/markdown/snippets/python-find-version.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Find more specific python version on Windows
-
-You can now use `python3.x`, where `x` is the minor version,
-to find a more specific version of python on Windows, when
-using the python module. On other platforms, it was already
-working as `python3.x` is the executable name.