Commit 9d47c32f by Stephan Groß

Merge pull request #577 from Wackerbarth/tutorial

A minor gramatical correction
parents da85bb1a 0987bed2
...@@ -29,7 +29,7 @@ And now we can add a `.save()` method to our model class: ...@@ -29,7 +29,7 @@ And now we can add a `.save()` method to our model class:
def save(self, *args, **kwargs): def save(self, *args, **kwargs):
""" """
Use the `pygments` library to create an highlighted HTML Use the `pygments` library to create a highlighted HTML
representation of the code snippet. representation of the code snippet.
""" """
lexer = get_lexer_by_name(self.language) lexer = get_lexer_by_name(self.language)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment