Skip to content

Commit 6b2efc6

Browse files
authored
Specify the default value for the specifier argument to SpecifierSet (#437)
1 parent abcc286 commit 6b2efc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specifiers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Usage
4848
Reference
4949
---------
5050

51-
.. class:: SpecifierSet(specifiers, prereleases=None)
51+
.. class:: SpecifierSet(specifiers="", prereleases=None)
5252

5353
This class abstracts handling specifying the dependencies of a project. It
5454
can be passed a single specifier (``>=3.0``), a comma-separated list of

0 commit comments

Comments
 (0)