فهرست منبع

Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.

Hasan Ramezani 4 سال پیش
والد
کامیت
55fabc5337
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/ref/contrib/admin/actions.txt

+ 1 - 1
docs/ref/contrib/admin/actions.txt

@@ -217,7 +217,7 @@ will need to return intermediate pages. For example, the built-in delete action
 asks for confirmation before deleting the selected objects.
 
 To provide an intermediary page, return an :class:`~django.http.HttpResponse`
-(or subclass) from your action. For example, you might write a export function
+(or subclass) from your action. For example, you might write an export function
 that uses Django's :doc:`serialization functions </topics/serialization>` to
 dump some selected objects as JSON::