Skip to content

Commit a7bf829

Browse files
committed
Minor docstring fixes
1 parent c64523c commit a7bf829

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mpi4py_fft/io/file_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def read(self, u, name, **kw):
9292
raise NotImplementedError
9393

9494
def close(self):
95+
"""Close the self.filename file"""
9596
self.f.close()
9697

9798
def open(self, mode='r+'):

mpi4py_fft/io/nc_file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class NCFile(FileBase):
3333
existing file with the same name. If False, an exception will be
3434
raised if a file with the same name already exists.
3535
kw : dict, optional
36-
Optional additional keyword arguments used when creating the backend
37-
file.
36+
Optional additional keyword arguments used when creating the file
37+
used to store data.
3838
3939
Note
4040
----

0 commit comments

Comments
 (0)