OSDN Git Service

fix
[meshio/pymeshio.git] / pymeshio / pmx / writer.py
index e55a046..2d6a89a 100644 (file)
@@ -273,7 +273,7 @@ def write(ios, model, text_encoding=1):
             0: UTF16 has bug. it write BOM(FFFE).\r
 \r
     >>> import pymeshio.pmx.writer\r
-    >>> pymeshio.pmx.writer.write(io.open('out.pmx', 'wb'), pmx)\r
+    >>> pymeshio.pmx.writer.write(io.open('out.pmx', 'wb'), pmx_model)\r
 \r
     """\r
     assert(isinstance(ios, io.IOBase))\r