瀏覽代碼

remove docs for python/_std/File

Mark Knol 10 年之前
父節點
當前提交
be5ca8a96a
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      std/python/_std/sys/io/File.hx

+ 0 - 5
std/python/_std/sys/io/File.hx

@@ -24,11 +24,6 @@ package sys.io;
 import python.io.IoTools;
 import sys.io.FileInput;
 
-/**
-	API for reading and writing to files.
-
-	See `sys.FileSystem` for the complementary file system API.
-**/
 @:coreApi
 class File {