Skip to content

Commit 125399c

Browse files
authored
docs: Fix typo in md files (#659)
1 parent e8abbb5 commit 125399c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/usage/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ print('File "{0}" has been copied into folder "{1}"'.format(file_copy.name, file
485485
Rename a File
486486
-----------
487487

488-
A file can be renamed by calling [`file.rebane(name)`][rename]. This method returns the updated
488+
A file can be renamed by calling [`file.rename(name)`][rename]. This method returns the updated
489489
[`File`][file_class] object with a new name. Remeber to provide also extention of the file along with the new name.
490490

491491
```python

docs/usage/folders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ print('Folder "{0}" has been moved into folder "{1}"'.format(moved_folder.name,
168168
Rename a File
169169
-----------
170170

171-
A folder can be renamed by calling [`folder.rebane(name)`][rename]. This method returns the updated
171+
A folder can be renamed by calling [`folder.rename(name)`][rename]. This method returns the updated
172172
[`Folder`][folder_class] object with a new name.
173173

174174
```python

docs/usage/web_link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ print('Web link "{0}" has been copied into folder "{1}"'.format(web_link_copy.na
111111
Rename a Web Link
112112
-----------
113113

114-
A web link can be renamed by calling [`web_link.rebane(name)`][rename]. This method returns the updated
114+
A web link can be renamed by calling [`web_link.rename(name)`][rename]. This method returns the updated
115115
[`WebLink`][web_link_class] object with a new name.
116116

117117
```python

0 commit comments

Comments
 (0)