Skip to content

Commit 4d8a2e8

Browse files
authored
Merge pull request #358 from Peefy/update-file-delete-function
docs: update file.delete function docs
2 parents e96c3cc + c2ce005 commit 4d8a2e8

File tree

4 files changed

+4
-4
lines changed
  • docs/reference/model
  • i18n/zh-CN/docusaurus-plugin-content-docs
  • versioned_docs/version-0.8/reference/model

4 files changed

+4
-4
lines changed

docs/reference/model/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Create a new directory at the specified path if it doesn't already exist.
5050

5151
## delete
5252

53-
`delete(directory: str, exists)`
53+
`delete(directory: str)`
5454

5555
Delete a file or an empty directory at the specified path.
5656

i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/model/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ weight: 100
5050

5151
## delete
5252

53-
`delete(directory: str, exists)`
53+
`delete(directory: str)`
5454

5555
在指定路径上删除一个文件或空目录。
5656

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.8/reference/model/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ weight: 100
5050

5151
## delete
5252

53-
`delete(directory: str, exists)`
53+
`delete(directory: str)`
5454

5555
在指定路径上删除一个文件或空目录。
5656

versioned_docs/version-0.8/reference/model/file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Create a new directory at the specified path if it doesn't already exist.
5050

5151
## delete
5252

53-
`delete(directory: str, exists)`
53+
`delete(directory: str)`
5454

5555
Delete a file or an empty directory at the specified path.
5656

0 commit comments

Comments
 (0)