1
0
Fork 0

Docs: Fix sentence after reformulation

pull/9349/head
Guilliam Xavier 2020-10-26 11:11:56 +01:00 committed by Nils Adermann
parent 05ddae59e2
commit 54a537e9b3
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ For example instead of using `>=3.4` you should use `~3.4` which allows all
versions up to `3.999` but does not include `4.0` and above. The `^` operator
works very well with libraries following [semantic versioning](https://semver.org).
**Note:** As a package maintainer, you can make the help your users
**Note:** As a package maintainer, you can help your users
by providing an [alias version](../articles/aliases.md) for your development
branch to allow it to match bound constraints.