Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Oct 10, 2024
1 parent 4e57eca commit f279463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/web/seeddb/page/service/edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@


class ServiceChoiceForm(forms.Form):
"""For for editing services"""
"""Form for editing services"""

def __init__(self, *args, **kwargs):
super(ServiceChoiceForm, self).__init__(*args, **kwargs)
Expand Down

0 comments on commit f279463

Please sign in to comment.