Skip to content

Commit f08cb94

Browse files
Fix typo in "clib/session.py" (#3091)
1 parent 99774d4 commit f08cb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/clib/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ def virtualfile_out(
16211621
Create a virtual file or an actual file for storing output data.
16221622
16231623
If ``fname`` is not given, a virtual file will be created to store the output
1624-
data into a GMT data container and the function yields the name of the virutal
1624+
data into a GMT data container and the function yields the name of the virtual
16251625
file. Otherwise, the output data will be written into the specified file and the
16261626
function simply yields the actual file name.
16271627

0 commit comments

Comments
 (0)