Skip to content

Commit

Permalink
Merge pull request #173 from linkedin/warsaw/documentation-fix
Browse files Browse the repository at this point in the history
Fix a formatting typo
  • Loading branch information
warsaw committed Dec 14, 2020
2 parents f5183d7 + babe79f commit f391a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -150,7 +150,7 @@ If the preamble file is written in Python (e.g. ends in ``.py``) then shiv will
that may be useful to preamble authors:
* ``archive``: path to the current PYZ file, equivalent to ``sys.argv[0]``
* ``env``: an instance of the ``:ref:`Environment <api:bootstrap.environment.Environment>` object.
* ``env``: an instance of the :ref:`Environment <api:bootstrap.environment.Environment>` object.
* ``site_packages``: a pathlib.Path of the directory where the current PYZ's site_packages were extracted to during bootsrap.
For an example, a preamble file that cleans up prior extracted ``~/.shiv`` directories might look like::
Expand Down

0 comments on commit f391a76

Please sign in to comment.