]> git.proxmox.com Git - mirror_edk2.git/commitdiff
AppPkg/Applications/Python/PyMod-2.7.2: Replace non-ascii characters
authorHao Wu <hao.a.wu@intel.com>
Fri, 7 Apr 2017 02:11:49 +0000 (10:11 +0800)
committerHao Wu <hao.a.wu@intel.com>
Mon, 10 Apr 2017 00:34:08 +0000 (08:34 +0800)
https://bugzilla.tianocore.org/show_bug.cgi?id=462

Contributed-under: TianoCore Contribution Agreement 1.0
Contributed-by: gray.wang <wt180250@126.com>
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
AppPkg/Applications/Python/PyMod-2.7.2/Python/marshal.c

index 153bc13a11f3846152d015afcc9826068d4a3b10..698ffb57342ac750feddba6d85899456290cba0f 100644 (file)
@@ -1289,7 +1289,7 @@ The file must be an open file object such as sys.stdout or returned by\n\
 open() or os.popen(). It must be opened in binary mode ('wb' or 'w+b').\n\\r
 \n\\r
 If the value has (or contains an object that has) an unsupported type, a\n\\r
-ValueError exception is raised  but garbage data will also be written\n\\r
+ValueError exception is raised - but garbage data will also be written\n\\r
 to the file. The object will not be properly read back by load()\n\\r
 \n\\r
 New in version 2.4: The version argument indicates the data format that\n\\r
@@ -1317,7 +1317,7 @@ PyDoc_STRVAR(load_doc,
 "load(file)\n\\r
 \n\\r
 Read one value from the open file and return it. If no valid value is\n\\r
-read (e.g. because the data has a different Python versions\n\\r
+read (e.g. because the data has a different Python version's\n\\r
 incompatible marshal format), raise EOFError, ValueError or TypeError.\n\\r
 The file must be an open file object opened in binary mode ('rb' or\n\\r
 'r+b').\n\\r