Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manelclos committed Feb 19, 2016
1 parent 82d2829 commit 43518c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import_export/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class ExportMixin(ImportExportMixinBase):
change_list_template = 'admin/import_export/change_list_export.html'
#: template for export view
export_template_name = 'admin/import_export/export.html'
#: available import formats
#: available export formats
formats = DEFAULT_FORMATS
#: export data encoding
to_encoding = "utf-8"
Expand Down Expand Up @@ -292,7 +292,7 @@ def get_export_resource_class(self):

def get_export_formats(self):
"""
Returns available import formats.
Returns available export formats.
"""
return [f for f in self.formats if f().can_export()]

Expand Down

0 comments on commit 43518c7

Please sign in to comment.