Fix minor typo in code comment

funtion -> function
pull/5881/head
Andy Chosak 2020-03-05 13:33:58 -05:00 zatwierdzone przez GitHub
rodzic c76447246d
commit 26e2e5341a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
wagtail/contrib/modeladmin

Wyświetl plik

@ -421,7 +421,7 @@ class ModelAdmin(WagtailRegisterable):
def get_templates(self, action='index'):
"""
Utility funtion that provides a list of templates to try for a given
Utility function that provides a list of templates to try for a given
view, when the template isn't overridden by one of the template
attributes on the class.
"""