1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 06:43:53 -05:00

Merge pull request #2769 from xzmeng/fix-a-typo

fix a typo in README.md
This commit is contained in:
Anton Petrov
2023-08-29 11:50:54 +03:00
committed by GitHub

View File

@@ -573,7 +573,7 @@ uninstall from the system.
## Pyenv plugins
Pyenv provides a simple, flexible and maintainable way to extend and customize its functionalty with plugins --
Pyenv provides a simple, flexible and maintainable way to extend and customize its functionality with plugins --
as simple as creating a plugin directory and dropping a shell script on a certain subpath of it
with whatever extra logic you need to be run at certain moments.