Skip to content

Commit

Permalink
Corrige l'orthographe et précise le commentaire de PublishedContentFa…
Browse files Browse the repository at this point in the history
…ctory
  • Loading branch information
philippemilink committed Jun 24, 2024
1 parent cc28405 commit 7b7d02a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zds/tutorialv2/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,10 @@ def _generate(cls, create, attrs):

class PublishedContentFactory(PublishableContentFactory):
"""
Factory that creates a PublishableContent and the publish it.
Factory that creates a PublishableContent and then publishes it.
NOTE: This factory returns the PublishableContent object, not the
PublishedContent object (accessible through content.public_version).
"""

@classmethod
Expand Down

0 comments on commit 7b7d02a

Please sign in to comment.