aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2013-08-30 21:58:51 +1000
committerNick Coghlan <ncoghlan@gmail.com>2013-08-30 21:58:51 +1000
commitb9ae0569d22adc9f83301f180ebcb17ae7ae2e6f (patch)
tree2ccc1efbf23f2839e53fad4da133a1ccf8352eb7
parentafe5e690c83adb9efea6f2eb774d9bf9798053fb (diff)
downloadexternal_python_setuptools-b9ae0569d22adc9f83301f180ebcb17ae7ae2e6f.tar.gz
external_python_setuptools-b9ae0569d22adc9f83301f180ebcb17ae7ae2e6f.tar.bz2
external_python_setuptools-b9ae0569d22adc9f83301f180ebcb17ae7ae2e6f.zip
Typo fix
--HG-- branch : docs_update_for_requires
-rw-r--r--docs/pkg_resources.txt2
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