#14172 closed (fixed)
small typo in admin action docs
Reported by: | 3point2 | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
this is a little nit-picky i know, but 'explicitally' under "disabling a site-wide action' should be 'explicitly' (http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#django.contrib.admin.AdminSite.disable_action)
Change History (2)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [13638]) Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2.