Skip to content

Commit

Permalink
DOC Better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan committed Dec 5, 2023
1 parent 9201479 commit 026507a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordcloud/wordcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def generate_from_frequencies(self, frequencies, max_font_size=None): # noqa: C
box_size[2] + self.margin,
random_state)
if result is not None:
# either we found a place
# Found a place
break
# if we didn't find a place, make font smaller
# but first try to rotate!
Expand Down

0 comments on commit 026507a

Please sign in to comment.