Oops, one more.

This commit is contained in:
Barry Warsaw 2010-01-31 00:38:55 +00:00
parent 9f76d98bde
commit cd058d475c
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ file for its `__init__.py`. E.g.::
>>> baz.__file__
'baz/__init__.pyc'
The implementation of PEP 999 would have to ensure that the same
The implementation of this PEP would have to ensure that the same
directory level is returned from `__file__` as it does without the
`pyr` directory, so that the common idiom above continues to work::