Skip to content

Commit 9db729e

Browse files
authored
Merge pull request realpython#841 from mivade/rpm-grammar
Fix grammar in sentence about bdist_rpm
2 parents 59a7b17 + 93d8c72 commit 9db729e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shipping/packaging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Also, if a distribution releases a new security update for Python, then your
154154
application will automatically start using that new version of Python.
155155

156156
The bdist_rpm command makes `producing an RPM file <https://docs.python.org/3/distutils/builtdist.html#creating-rpm-packages>`_
157-
for use by distributions like Red Hat or SuSE is trivially easy.
157+
for use by distributions like Red Hat or SuSE trivially easy.
158158

159159
However, creating and maintaining the different configurations required for
160160
each distribution's format (e.g. .deb for Debian/Ubuntu, .rpm for Red

0 commit comments

Comments
 (0)