New submission from Philippe:

There is a minor typo in the docstring of os.renames:

See https://hg.python.org/cpython/file/37905786b34b/Lib/os.py#l275

"After the rename, directories corresponding to rightmost path segments of the 
old name will be pruned way until [..]"

This should be using away instead of way:

"After the rename, directories corresponding to rightmost path segments of the 
old name will be pruned away until [..]"

----------
assignee: docs@python
components: Documentation
messages: 240595
nosy: docs@python, pombreda
priority: normal
severity: normal
status: open
title: Minor typo (way vs. away) in os.renames docstring
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23929>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to