Skip to content

Commit b29f6bb

Browse files
updates in the DataSources api reference
1 parent d50139f commit b29f6bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ansys/dpf/core/data_sources.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,8 @@ def result_key(self) -> str:
537537
538538
Returns
539539
-------
540-
str :
541-
Result key.
540+
str
541+
Result key.
542542
543543
Examples
544544
--------
@@ -562,7 +562,7 @@ def result_files(self):
562562
563563
Returns
564564
-------
565-
list :
565+
list
566566
List of result files.
567567
568568
Examples
@@ -687,7 +687,7 @@ def __str__(self):
687687
688688
Returns
689689
-------
690-
str :
690+
str
691691
Description of the entity.
692692
"""
693693
from ansys.dpf.core.core import _description

0 commit comments

Comments
 (0)