From e2a0f7fff810c08e71db632782392fd533a949f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jostein=20B=C3=B8=20Fl=C3=B8ystad?= Date: Thu, 4 Jul 2013 16:39:35 +0200 Subject: [PATCH] Radon example: Declare UTF-8 encoding. This is needed for non-ASCII characters in the references to papers cited in the text. --- doc/examples/plot_radon_transform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/examples/plot_radon_transform.py b/doc/examples/plot_radon_transform.py index d457d5a6..61175f8a 100644 --- a/doc/examples/plot_radon_transform.py +++ b/doc/examples/plot_radon_transform.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ =============== Radon transform