diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2013-08-30 21:58:51 +1000 |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2013-08-30 21:58:51 +1000 |
commit | 1bc406f2ddec70f61f16770545ecfbc5bbbf71bb (patch) | |
tree | b9b3c85da54a03560152e87392ada5804e4bd67d /docs | |
parent | f7582d33b951c663b57964e1a1be63f5c4c94001 (diff) | |
download | python-setuptools-bitbucket-1bc406f2ddec70f61f16770545ecfbc5bbbf71bb.tar.gz |
Typo fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pkg_resources.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pkg_resources.txt b/docs/pkg_resources.txt index 6c93b57d..3aac4720 100644 --- a/docs/pkg_resources.txt +++ b/docs/pkg_resources.txt @@ -28,7 +28,7 @@ relevant distributions. Eggs are a distribution format for Python modules, similar in concept to Java's "jars" or Ruby's "gems", or the "wheel" format defined in PEP 427. -However, unlike a pure distribution format, egg can also be installed and +However, unlike a pure distribution format, eggs can also be installed and added directly to ``sys.path`` as an import location. When installed in this way, eggs are *discoverable*, meaning that they carry metadata that unambiguously identifies their contents and dependencies. This means that |