Skip to content

Commit eb1ee16

Browse files
authored
Merge pull request #243 from singingwolfboy/patch-1
insure -> ensure
2 parents 35d4d2a + fe5c1c1 commit eb1ee16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_practicalities/intro.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ version specifier.
129129

130130
[Warehouse](https://github.com/pypi/warehouse) and [Legacy
131131
PyPI](https://github.com/pypa/legacy-pypi) have received various patches to
132-
insure they support this new functionality.
132+
ensure they support this new functionality.
133133

134134
# Preparing your library
135135

@@ -343,7 +343,7 @@ this approach is _doable_ this can make imports confusing.
343343
## Depend on setuptools
344344

345345
You can mark your library as dependent on setuptools greater than 24.3 as this
346-
will insure that during the next upgrade (when the packages drop python 2
346+
will ensure that during the next upgrade (when the packages drop python 2
347347
support) will have the right version of setuptools.
348348

349349
Of course regardless of all the care you will take for your library to no break

0 commit comments

Comments
 (0)