Skip to content

docs: fix typo bin/activebin/activate in tutorial#25473

Merged
charliermarsh merged 1 commit into
astral-sh:mainfrom
TejasAmle:claude/fix-tutorial-activate-typo
May 30, 2026
Merged

docs: fix typo bin/activebin/activate in tutorial#25473
charliermarsh merged 1 commit into
astral-sh:mainfrom
TejasAmle:claude/fix-tutorial-activate-typo

Conversation

@TejasAmle
Copy link
Copy Markdown
Contributor

Summary

Fixes a one-character typo in (line 61).

The Linux/macOS virtual environment activation command was written as:

source .venv/bin/active

but should be:

source .venv/bin/activate

The Windows command on the same line () was already correct, making the discrepancy easy to spot.

How verified

The fix was verified by reading the file directly — is not a valid shell script; the correct file installed by Python’s venv module is always .

@charliermarsh charliermarsh added the documentation Improvements or additions to documentation label May 30, 2026
@charliermarsh charliermarsh merged commit 042a6a1 into astral-sh:main May 30, 2026
43 checks passed
carljm added a commit that referenced this pull request Jun 1, 2026
* main:
  [`pydocstyle`] Improve discoverability of rules enabled for each convention (#24973)
  [ty] Deduplicate retained use-def place states (#25450)
  [ty] reduce features of low-level crates depended on by `ty_python_semantic` (#25524)
  [ty] Fix narrowing enum literal unions by member identity (#25520)
  [ty] Test tagged union narrowing for named tuples (#25519)
  [ty] Disallow file-system access in `ty_python_core` (#25518)
  [ty] Nominal Tagged Union Narrowing (#24916)
  Commit `scripts/uv.lock` (#25517)
  Fix potential index out of range in `LineIndex` computation (#25492)
  [ty] Sync vendored typeshed stubs (#25514)
  [ty] Add disjointness for protocol method members (#25315)
  [ty] Use compact sets for more immutable fields (#25476)
  [ty] Derive `Default` for `FunctionDecoratorInference` (#25482)
  [ty] Ignore rejected assignments for synthesized bindings (#25340)
  [ty] Handle cycles in function decorator inference (#25475)
  docs: fix typo `bin/active` → `bin/activate` in tutorial (#25473)
  [ty] Narrow bound method overloads by receiver (#24707)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants