1
0
mirror of https://github.com/django/django.git synced 2025-10-29 00:26:07 +00:00

flake8 fixes

This commit is contained in:
Alex Gaynor
2013-11-06 20:00:48 -08:00
parent f16abe44a1
commit e5b7045422
5 changed files with 29 additions and 29 deletions

View File

@@ -10,7 +10,7 @@ class Operation(object):
copying operations), and some will need their modifications to be
optionally specified by the user (e.g. custom Python code snippets)
Due to the way this class deals with deconstruction, it should be
Due to the way this class deals with deconstruction, it should be
considered immutable.
"""