Skip to content

Commit 5ffa4d4

Browse files
authored
Fix documentation
1 parent 587c942 commit 5ffa4d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ new_folder.remove() # Remove the file
101101
new_folder.create_file("name_of_file.txt") # Create a file inside folder\
102102
new_folder.make_file("name_of_file.txt") # Make a file inside folder
103103

104-
new_folder.copy("test_folder/fun_file.txt") # Copy file to parameter's location\
105-
new_folder.copy_and_rename("test_folder/fun_file.txt") # Copy file to parameter's location
104+
new_folder.copy_to("test_folder/fun_file.txt") # Copy file to parameter's location\
106105

107106
new_folder.list() # Returns a list of all files in folder object
108107

0 commit comments

Comments
 (0)