OSDN Git Service

fix
authorousttrue <ousttrue@gmail.com>
Thu, 6 Oct 2011 22:26:28 +0000 (07:26 +0900)
committerousttrue <ousttrue@gmail.com>
Thu, 6 Oct 2011 22:26:28 +0000 (07:26 +0900)
pymeshio/pmd/writer.py
pymeshio/pmx/writer.py
setup.py

index cd526fa..8f9c43b 100644 (file)
@@ -129,7 +129,7 @@ def write(ios, model):
             pmd model\r
 \r
     >>> import pymeshio.pmd.writer\r
-    >>> pymeshio.pmd.writer.write(io.open('out.pmd', 'wb'))\r
+    >>> pymeshio.pmd.writer.write(io.open('out.pmd', 'wb'), pmd)\r
 \r
     """\r
     assert(isinstance(ios, io.IOBase))\r
index 3ad89ca..4bf9692 100644 (file)
@@ -272,7 +272,7 @@ def write(ios, model, text_encoding=0):
             text field encoding (0: UTF16, 1:UTF-8).\r
 \r
     >>> import pymeshio.pmx.writer\r
-    >>> pymeshio.pmx.writer.write(io.open('out.pmx', 'wb'))\r
+    >>> pymeshio.pmx.writer.write(io.open('out.pmx', 'wb'), pmx)\r
 \r
     """\r
     assert(isinstance(ios, io.IOBase))\r
index e7c692d..267e0df 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -58,9 +58,9 @@ ToDo
 
 New
 -------
-2.2.1 (1011-10-07)
+2.2.1 (2011-10-07)
 ~~~~~~~~~~~~~~~~~~
-* importer pmd to pmx converter
+* implement pmd to pmx converter
 
 2.2.0 (2011-10-03)
 ~~~~~~~~~~~~~~~~~~