]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/PyMod-2.7.2/Python/marshal.c
AppPkg/Applications/Python/PyMod-2.7.2: Replace non-ascii characters
[mirror_edk2.git] / 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