Skip to content

Commit

Permalink
Merge branch 'main' of github.com:basxsoftwareassociation/htmlgenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
saemideluxe committed Dec 20, 2023
2 parents e1e262f + 2b37443 commit 4327fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ from htmlgenerator import render, DIV


class DoStuff:
# be aware that all yielded strings will not be seperated by spaces but concatenated directly
# be aware that all yielded strings will not be separated by spaces but concatenated directly
def render(self, context):
yield "eat "
yield "sleep "
Expand Down

0 comments on commit 4327fdb

Please sign in to comment.