Skip to content

Commit bcc4674

Browse files
authored
Merge pull request #1451 from jeanas/typo
Typo fix (closes #1416)
2 parents 6d525c3 + 7ce8836 commit bcc4674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/specifications/version-specifiers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ Prefix matching may be requested instead of strict comparison, by appending
883883
a trailing ``.*`` to the version identifier in the version matching clause.
884884
This means that additional trailing segments will be ignored when
885885
determining whether or not a version identifier matches the clause. If the
886-
specified version includes only a release segment, than trailing components
886+
specified version includes only a release segment, then trailing components
887887
(or the lack thereof) in the release segment are also ignored.
888888

889889
For example, given the version ``1.1.post1``, the following clauses would

0 commit comments

Comments
 (0)