Skip to content

Commit a34abe0

Browse files
simone-viozzishcheklein
authored andcommitted
fixed docstring
1 parent 23f81b7 commit a34abe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydrive2/files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def Copy(self, target_folder=None, new_title=None, param=None):
523523
"""Creates a copy of this file. Folders cannot be copied.
524524
525525
:param target_folder: Folder where the file will be copied.
526-
:type target_folder: GoogleDriveFile
526+
:type target_folder: GoogleDriveFile, optional
527527
:param new_title: Name of the new file.
528528
:type new_title: str, optional
529529
:param param: addition parameters to pass.

0 commit comments

Comments
 (0)