From d9458aa2d9be1ddd7c6d6edd993e12973195e307 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 12 Oct 2014 16:08:15 -0700 Subject: samba.tests.unicodenames: Fix docstring formatting so pydoctor understands it. Change-Id: I8983cd4483c380fd0c9e4da843eb70750450a0fa Signed-Off-By: Jelmer Vernooij Reviewed-by: Andrew Bartlett --- python/samba/tests/unicodenames.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'python/samba') diff --git a/python/samba/tests/unicodenames.py b/python/samba/tests/unicodenames.py index ed65de6651..d4a84e8c8f 100644 --- a/python/samba/tests/unicodenames.py +++ b/python/samba/tests/unicodenames.py @@ -14,12 +14,11 @@ # along with this program. If not, see . # -""" +"""Symbolic names for unicode characters. + Defines symbolic names for a few UNICODE characters, to make test source code more readable on machines that don't have all the necessary fonts. - -You can do "import *" on this file safely. """ LATIN_CAPITAL_LETTER_N_WITH_TILDE = u'\u004e' -- cgit