From 93d8c7278e6bed3c684c8d98033ce4f91d968516 Mon Sep 17 00:00:00 2001 From: "Michael V. DePalatis" Date: Mon, 11 Sep 2017 10:23:02 -0400 Subject: [PATCH] Fix grammar in sentence about bdist_rpm --- docs/shipping/packaging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shipping/packaging.rst b/docs/shipping/packaging.rst index c2675b745..7e55d4207 100644 --- a/docs/shipping/packaging.rst +++ b/docs/shipping/packaging.rst @@ -154,7 +154,7 @@ Also, if a distribution releases a new security update for Python, then your application will automatically start using that new version of Python. The bdist_rpm command makes `producing an RPM file `_ -for use by distributions like Red Hat or SuSE is trivially easy. +for use by distributions like Red Hat or SuSE trivially easy. However, creating and maintaining the different configurations required for each distribution's format (e.g. .deb for Debian/Ubuntu, .rpm for Red