mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed E225 pep8 warnings.
This commit is contained in:
parent
51d2e1fb23
commit
ae48d77ef8
43 changed files with 102 additions and 91 deletions
|
@ -264,7 +264,7 @@ man_pages = [
|
|||
|
||||
# List of tuples (startdocname, targetname, title, author, dir_entry,
|
||||
# description, category, toctree_only)
|
||||
texinfo_documents=[(
|
||||
texinfo_documents = [(
|
||||
master_doc, "django", "", "", "Django",
|
||||
"Documentation of the Django framework", "Web development", False
|
||||
)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue