diff options
| author | ?ric Araujo <merwok@netwok.org> | 2010-12-09 05:14:39 +0100 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2010-12-09 05:14:39 +0100 |
| commit | ef646355a4c9348685d67496b67367d8e84e4d14 (patch) | |
| tree | dd1b07ad77524813a191fa28b85743e191c2e9ab /docs | |
| parent | edc0541b47b5b5df575b3e9d4489e990fea9fac4 (diff) | |
| download | disutils2-ef646355a4c9348685d67496b67367d8e84e4d14.tar.gz | |
Remove implicit relative imports and fix our beloved typo in d2.index
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/library/distutils2.index.xmlrpc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/library/distutils2.index.xmlrpc.rst b/docs/source/library/distutils2.index.xmlrpc.rst index e1439d5..8f96727 100644 --- a/docs/source/library/distutils2.index.xmlrpc.rst +++ b/docs/source/library/distutils2.index.xmlrpc.rst @@ -90,7 +90,7 @@ It's really simple to do so:: <ReleaseInfo FooBar 1.1> Assuming we already have a :class:`distutils2.index.ReleaseInfo` object defined, -it's possible to pass it ot the xmlrpc client to retrieve and complete it's +it's possible to pass it ot the xmlrpc client to retrieve and complete its metadata:: >>> foobar11 = ReleaseInfo("FooBar", "1.1") |
