diff --git a/README.md b/README.md index 2594f5b..c03c22a 100644 --- a/README.md +++ b/README.md @@ -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 "