Skip to content

Commit

Permalink
Clarify that _create.py is self-contained
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Oct 7, 2023
1 parent 3145fcb commit 54e08f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion microvenv/_create.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
"""A minimal, self-contained implementation of `venv`."""
"""A minimal, self-contained implementation of `venv`.
Because this module is self-contained from the rest of the package, you can
execute this module directly. It has its own CLI (which can be explored via
`--help`).
"""
import argparse
import os
import pathlib
Expand Down

0 comments on commit 54e08f8

Please sign in to comment.