Skip to content

Commit 5605934

Browse files
committed
Avoid too many 'default's
1 parent 0a5069e commit 5605934

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

peps/pep-0771.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,11 +510,10 @@ This would allow (if desired) users to then get whatever the recommended backend
510510
is, even if that default changes in time.
511511

512512
If there is a desire to implement a better solution in future, we believe this
513-
PEP should not preclude this. For example, one could imagine in future adding the
514-
ability for an extra to specify *which* default extras it disables rather than
515-
disabling all default extras, but the default could still be for explicitly
516-
specified extras to disable all default extras, which would be consistent with
517-
the present PEP.
513+
PEP should not preclude this. For example, one could imagine in future adding
514+
the ability for an extra to specify *which* default extras it disables, and if
515+
this is not specified then explicitly specified extras would disable all default
516+
extras (consistent with the present PEP).
518517

519518
Backward Compatibility
520519
======================

0 commit comments

Comments
 (0)