Browse Source

README.md, CHANGELOG.md, libexec/pyenv-help: Fix typos

pull/2358/head
SADIK KUZU 2 years ago
committed by GitHub
parent
commit
169321b3e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +2
    -2
      README.md
  3. +1
    -1
      libexec/pyenv-help

+ 1
- 1
CHANGELOG.md View File

@ -94,7 +94,7 @@
* Add documentation for shims command (#2091) * Add documentation for shims command (#2091)
* Add documentation for hooks command (#2089) * Add documentation for hooks command (#2089)
* Add documentation for root command (#2088) * Add documentation for root command (#2088)
* Add documentaion for prefix command (#2087)
* Add documentation for prefix command (#2087)
* Update to Pyston's v2 package of the 2.3.1 release (#2078) * Update to Pyston's v2 package of the 2.3.1 release (#2078)
* Add pyston-2.3.1 support (#2075) * Add pyston-2.3.1 support (#2075)
* Don't update conda when installing pip (#2074) * Don't update conda when installing pip (#2074)

+ 2
- 2
README.md View File

@ -280,7 +280,7 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
- For **bash**: - For **bash**:
Stock Bash startup files vary widely between distibutions in which of them source
Stock Bash startup files vary widely between distributions in which of them source
which, under what circumstances, in what order and what additional configuration they perform. which, under what circumstances, in what order and what additional configuration they perform.
As such, the most reliable way to get Pyenv in all environments is to append Pyenv As such, the most reliable way to get Pyenv in all environments is to append Pyenv
configuration commands to both `.bashrc` (for interactive shells) configuration commands to both `.bashrc` (for interactive shells)
@ -366,7 +366,7 @@ See [Advanced configuration](#advanced-configuration) for details and more confi
### Install additional Python versions ### Install additional Python versions
To install additonal Python versions, use [`pyenv install`](COMMANDS.md#pyenv-install).
To install additional Python versions, use [`pyenv install`](COMMANDS.md#pyenv-install).
For example, to download and install Python 3.10.4, run: For example, to download and install Python 3.10.4, run:

+ 1
- 1
libexec/pyenv-help View File

@ -44,7 +44,7 @@ extract_initial_comment_block() {
} }
collect_documentation() { collect_documentation() {
# `tail` prevents "broken pipe" errors due to `head` closing thge pipe without reading everything
# `tail` prevents "broken pipe" errors due to `head` closing the pipe without reading everything
# https://superuser.com/questions/554855/how-can-i-fix-a-broken-pipe-error/642932#642932 # https://superuser.com/questions/554855/how-can-i-fix-a-broken-pipe-error/642932#642932
$(type -P gawk awk | tail -n +1 | head -1) ' $(type -P gawk awk | tail -n +1 | head -1) '
/^Summary:/ { /^Summary:/ {

Loading…
Cancel
Save