mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix typo
This commit is contained in:
parent
74951b72fa
commit
83f96511e4
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,7 @@ setuptools.setup(
|
||||||
```
|
```
|
||||||
|
|
||||||
Users will have an easier time working with your package if `import mypkg2`
|
Users will have an easier time working with your package if `import mypkg2`
|
||||||
is enough to determine which version of your project are using. A further
|
is enough to determine which version of your project they are using. A further
|
||||||
benefit of creating multiple modules is that users can import both old and
|
benefit of creating multiple modules is that users can import both old and
|
||||||
new modules in the same environment and can use some packages which depend
|
new modules in the same environment and can use some packages which depend
|
||||||
on the old version as well as some that depend on the new version. The
|
on the old version as well as some that depend on the new version. The
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue