We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8b920f + 9b30e8c commit 57f688dCopy full SHA for 57f688d
source/exercises/html_renderer/html_renderer_tutorial.rst
@@ -266,7 +266,7 @@ So the method looks something like this:
266
for content in self.contents:
267
out_file.write(content)
268
out_file.write("\n")
269
- out_file.write("</{}>\n".format(self.tag))
+ out_file.write("</{}>\n".format(self.tag))
270
271
Now run the tests again::
272
0 commit comments