Skip to content

Commit 79e3491

Browse files
committed
Fix type coma->comma
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 8894b9e commit 79e3491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/univers/version_constraint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def to_constraints_string(cls, constraints):
209209
list of VersionConstraint objects such that the outer sequence
210210
VersionConstraints are joined with an "OR" e.g., a "vers" pipe "|" and
211211
the inner sequences of VersionConstraint are each joined with an "AND"
212-
e.g., a "vers" coma ",".
212+
e.g., a "vers" comma ",".
213213
For instance:
214214
>>> from univers.versions import PypiVersion
215215
>>> constraints = [

0 commit comments

Comments
 (0)