Skip to content

Commit 14588c0

Browse files
committed
Fix formatting
1 parent ea3bdd4 commit 14588c0

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
@@ -207,15 +207,15 @@ class PythonPackageContentSerializer(core_serializers.SingleArtifactContentUploa
207207
required=False,
208208
allow_blank=True,
209209
help_text=_(
210-
"The Python version(s) that the distribution is guaranteed to be " "compatible with."
210+
"The Python version(s) that the distribution is guaranteed to be compatible with."
211211
),
212212
)
213213
# Version 2.1
214214
description_content_type = serializers.CharField(
215215
required=False,
216216
allow_blank=True,
217217
help_text=_(
218-
"A string stating the markup syntax (if any) used in the distributions"
218+
"A string stating the markup syntax (if any) used in the distribution's"
219219
" description, so that tools can intelligently render the description."
220220
),
221221
)
@@ -256,7 +256,7 @@ class PythonPackageContentSerializer(core_serializers.SingleArtifactContentUploa
256256
)
257257
packagetype = serializers.CharField(
258258
help_text=_(
259-
"The type of the distribution package " "(e.g. sdist, bdist_wheel, bdist_egg, etc)"
259+
"The type of the distribution package (e.g. sdist, bdist_wheel, bdist_egg, etc)"
260260
),
261261
read_only=True,
262262
)
@@ -503,7 +503,7 @@ class PythonPublicationSerializer(core_serializers.PublicationSerializer):
503503

504504
distributions = core_serializers.DetailRelatedField(
505505
help_text=_(
506-
"This publication is currently being hosted as configured by these " "distributions."
506+
"This publication is currently being hosted as configured by these distributions."
507507
),
508508
source="distribution_set",
509509
view_name="pythondistributions-detail",

0 commit comments

Comments
 (0)