asterisk is the emphasize sign for restructured text

not really needed here
This commit is contained in:
Martin Diehl 2020-04-12 15:19:32 +02:00
parent a6d1e02b32
commit c6c1878b13
1 changed files with 2 additions and 2 deletions

View File

@ -120,9 +120,9 @@ class VTK:
Parameters
----------
fname : str
Filename for reading. Valid extensions are *.vtr, *.vtu, *.vtp, and *.vtk.
Filename for reading. Valid extensions are .vtr, .vtu, .vtp, and .vtk.
dataset_type : str, optional
Name of the vtk.vtkDataSet subclass when opening an *.vtk file. Valid types are vtkRectilinearGrid,
Name of the vtk.vtkDataSet subclass when opening an .vtk file. Valid types are vtkRectilinearGrid,
vtkUnstructuredGrid, and vtkPolyData.
"""