From e520a73eeea6b185b719901ab9985ecef00e5664 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 15 May 2014 19:41:55 +0200 Subject: Harmonized some PEP 0263 coding preambles --- docs/ref/migration-operations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') 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): -- cgit v1.3