1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

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>
This commit is contained in:
Jelmer Vernooij 2014-10-12 16:08:15 -07:00 committed by Andrew Bartlett
parent 08ca688d4e
commit d9458aa2d9

View File

@ -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'