Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
PEP 650: Fix single backticks
  • Loading branch information
hugovk committed Feb 5, 2021
commit 93ddc2a44e8ea71f6566897f2d3cc71f3d3d8485
4 changes: 2 additions & 2 deletions pep-0650.rst
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ though, it was considered an orthogonal idea.
Open Issues
===========

Should the `dependency_group` argument take an iterable?
--------------------------------------------------------
Should the ``dependency_group`` argument take an iterable?
----------------------------------------------------------

This would allow for specifying non-overlapping dependency groups in
a single call, e.g. "docs" and "test" groups which have independent
Expand Down