Skip to content

Commit 5911ea3

Browse files
authored
Add missing word, reflow paragraph
1 parent 69adfc5 commit 5911ea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/guides/packaging-namespace-packages.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ pkg_resources-style namespace packages
225225
:doc:`Setuptools <setuptools:index>` previously provided the ``pkg_resources.declare_namespace`` function and
226226
the ``namespace_packages`` argument to :func:`~setuptools.setup`. Together
227227
these could be used to declare namespace packages. While this approach is no
228-
supported, it may still be encountered in environments using older ``setuptools`` versions.
228+
longer supported, it may still be encountered in environments using older
229+
``setuptools`` versions.
229230
If you are creating a new distribution within an existing namespace package that
230231
uses this method then it's recommended to continue using this as the different
231232
methods are not cross-compatible and it's not advisable to try to migrate an

0 commit comments

Comments
 (0)