diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2014-10-12 16:08:15 -0700 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-10-14 06:44:06 +0200 |
| commit | d9458aa2d9be1ddd7c6d6edd993e12973195e307 (patch) | |
| tree | c5828b81d5b74e67de1a6e94c516227bb644a9c5 /python/samba/tests | |
| parent | 08ca688d4ec126ff72ffb46de2d764ae890401ad (diff) | |
| download | samba-d9458aa2d9be1ddd7c6d6edd993e12973195e307.tar.gz samba-d9458aa2d9be1ddd7c6d6edd993e12973195e307.tar.xz samba-d9458aa2d9be1ddd7c6d6edd993e12973195e307.zip | |
samba.tests.unicodenames: Fix docstring formatting so pydoctor understands it.
Change-Id: I8983cd4483c380fd0c9e4da843eb70750450a0fa
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba/tests')
| -rw-r--r-- | python/samba/tests/unicodenames.py | 5 |
1 files changed, 2 insertions, 3 deletions
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 <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' |
