Skip to content

Commit

Permalink
Fix a name mistake in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Feb 17, 2021
1 parent d3fdfe0 commit 1f97216
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "python-launcher"
description = "The Python launcher for Unix"
version = "0.14.2"
version = "0.14.3"
authors = ["Brett Cannon <brett@python.org>"]
repository = "https://github.com/brettcannon/python-launcher"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Please note that while searching, the search for a Python version can become
more specific. This leads to a switch in the search algorithm to the one most
appropriate to the specificity of the version.

You can always run the Python Launcher with `PYVENV_DEBUG` set to some value
You can always run the Python Launcher with `PYLAUNCH_DEBUG` set to some value
to have it output logging details of how it is performing its search.

### `py -3.6` (specific version)
Expand Down

0 comments on commit 1f97216

Please sign in to comment.