Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Nov 16, 2024
1 parent 14bf143 commit c6d45be
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tin/apps/assignments/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,12 +685,7 @@ def run(self, assignment: Assignment):


class Language(models.Model):
"""Which version of a language is used for an assignment.
.. tip::
Use :attr:`executable` over :attr:`path`.
"""
"""Which version of a language is used for an assignment."""

LANGUAGES = (
("P", "Python 3"),
Expand Down

0 comments on commit c6d45be

Please sign in to comment.