Skip to content

Commit 32c8bcc

Browse files
committed
One more minor change.
1 parent 14583c8 commit 32c8bcc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

peps/pep-0842.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,7 @@ as dynamic as Python, the way people consume APIs is also dynamic.
217217

218218
The fundamental issue here is that Python has no way to express which names
219219
in a module are "private" or "public". Prefixing is an option, but given the
220-
reasons above, it's not always a bulletproof (or nice) solution for library
221-
authors.
220+
reasons above, it's not always a bulletproof solution for library authors.
222221

223222
Currently, the other convention for expressing which names are public is
224223
done through a module's ``__all__`` variable. This has two major downsides:

0 commit comments

Comments
 (0)