Commit 0987bed2 by Richard Wackerbarth

Minor gramatical correction

parent da85bb1a
...@@ -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