Skip to content

Commit 3df3095

Browse files
committed
Fix formatting
1 parent cce2676 commit 3df3095

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pulp_python/app/serializers.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,15 +218,15 @@ class PythonPackageContentSerializer(core_serializers.SingleArtifactContentUploa
218218
required=False,
219219
allow_blank=True,
220220
help_text=_(
221-
"The Python version(s) that the distribution is guaranteed to be " "compatible with."
221+
"The Python version(s) that the distribution is guaranteed to be compatible with."
222222
),
223223
)
224224
# Version 2.1
225225
description_content_type = serializers.CharField(
226226
required=False,
227227
allow_blank=True,
228228
help_text=_(
229-
"A string stating the markup syntax (if any) used in the distributions"
229+
"A string stating the markup syntax (if any) used in the distribution's"
230230
" description, so that tools can intelligently render the description."
231231
),
232232
)
@@ -267,7 +267,7 @@ class PythonPackageContentSerializer(core_serializers.SingleArtifactContentUploa
267267
)
268268
packagetype = serializers.CharField(
269269
help_text=_(
270-
"The type of the distribution package " "(e.g. sdist, bdist_wheel, bdist_egg, etc)"
270+
"The type of the distribution package (e.g. sdist, bdist_wheel, bdist_egg, etc)"
271271
),
272272
read_only=True,
273273
)
@@ -577,7 +577,7 @@ class PythonPublicationSerializer(core_serializers.PublicationSerializer):
577577

578578
distributions = core_serializers.DetailRelatedField(
579579
help_text=_(
580-
"This publication is currently being hosted as configured by these " "distributions."
580+
"This publication is currently being hosted as configured by these distributions."
581581
),
582582
source="distribution_set",
583583
view_name="pythondistributions-detail",

0 commit comments

Comments
 (0)