diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-26 16:08:37 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-26 16:08:37 +0100 |
commit | dada6a4f6316bb6d487d4094e261a7c3ceebf651 (patch) | |
tree | 77fb4a4efea43f9476fd661a3c6e20c0e8a39859 /stdnum/meid.py | |
parent | 13218a06344e45b3ec01cb21cc7b2fb91f7cd4ab (diff) |
some more documentation improvements
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@168 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'stdnum/meid.py')
-rw-r--r-- | stdnum/meid.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdnum/meid.py b/stdnum/meid.py index d6a66b9..c811345 100644 --- a/stdnum/meid.py +++ b/stdnum/meid.py @@ -19,8 +19,8 @@ """MEID (Mobile Equipment Identifier). -The MEID (Mobile Equipment Identifier) is used to identify a physical piece -of CDMA mobile station equipment. +The Mobile Equipment Identifier is used to identify a physical piece of +CDMA mobile station equipment. >>> compact('AF 01 23 45 0A BC DE C') 'AF0123450ABCDE' |