[PATCH 4/4] samba.tests.unicodenames: Fix docstring formatting so pydoctor understands it.
Jelmer Vernooij
jelmer at samba.org
Sun Oct 12 17:48:22 MDT 2014
Change-Id: I8983cd4483c380fd0c9e4da843eb70750450a0fa
Signed-Off-By: Jelmer Vernooij <jelmer at samba.org>
---
python/samba/tests/unicodenames.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/python/samba/tests/unicodenames.py b/python/samba/tests/unicodenames.py
index ed65de6..d4a84e8 100644
--- a/python/samba/tests/unicodenames.py
+++ b/python/samba/tests/unicodenames.py
@@ -14,12 +14,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-"""
+"""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'
--
2.1.1
More information about the samba-technical
mailing list