summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-05-15 19:41:55 +0200
committerClaude Paroz <claude@2xlibre.net>2014-05-15 19:58:41 +0200
commite520a73eeea6b185b719901ab9985ecef00e5664 (patch)
treeaabb1eec8506c7320b00346440b17d19f7116b0e /docs/ref
parent27aa85246a218b0999c7c9d227eed2afb08ed510 (diff)
Harmonized some PEP 0263 coding preambles
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/migration-operations.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt
index 9c7a5d497e..40ef3849ac 100644
--- a/docs/ref/migration-operations.txt
+++ b/docs/ref/migration-operations.txt
@@ -192,7 +192,7 @@ class in the migration file, and just pass it to ``RunPython``. Here's an
example of using ``RunPython`` to create some initial objects on a ``Country``
model::
- # encoding: utf8
+ # -*- coding: utf-8 -*-
from django.db import models, migrations
def forwards_func(apps, schema_editor):