8000 Fix typo in docs. Ref bpo-42728. · python/importlib_metadata@bde4e15 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bde4e15

Browse files
committed
Fix typo in docs. Ref bpo-42728.
1 parent c066e68 commit bde4e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ Thus, an alternative way to get the version number is through the
200200
There are all kinds of additional metadata available on the ``Distribution``
201201
instance::
202202

203-
>>> d.metadata['Requires-Python']
203+
>>> dist.metadata['Requires-Python']
204204
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
205-
>>> d.metadata['License']
205+
>>> dist.metadata['License']
206206
'MIT'
207207

208208
The full set of available metadata is not described here. See :pep:`566`

0 commit comments

Comments
 (0)
0