Skip to content

Commit fadaf0a

Browse files
committed
Fix typo in README
1 parent d4b7bdc commit fadaf0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ The NetApp Data Science Toolkit can be used to near-instantaneously create a new
438438
def cloneVolume(
439439
newVolumeName: str, # Name of new volume (required).
440440
sourceVolumeName: str, # Name of volume to be cloned (required).
441-
sourceSnapshotName: str, # Name of the snapshot to be cloned (if specified, the clone will be created from a specific snapshot on the source volume as opposed to the current state of the volume).
441+
sourceSnapshotName: str = None, # Name of the snapshot to be cloned (if specified, the clone will be created from a specific snapshot on the source volume as opposed to the current state of the volume).
442442
unixUID: str = None, # Unix filesystem user id (uid) to apply when creating new volume (if not specified, uid of source volume will be retained) (Note: cannot apply uid of '0' when creating clone).
443443
unixGID: str = None, # Unix filesystem group id (gid) to apply when creating new volume (if not specified, gid of source volume will be retained) (Note: cannot apply gid of '0' when creating clone).
444444
mountpoint: str = None, # Local mountpoint to mount new volume at. If not specified, volume will not be mounted locally. On Linux hosts - if specified, calling program must be run as root.

0 commit comments

Comments
 (0)