Skip to content

Commit 2157b32

Browse files
committed
fix comments review
1 parent 82d3661 commit 2157b32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyaedt/modules/PostProcessor.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,8 @@ def create_report_from_configuration(self, input_file=None, report_settings=None
20402040
Path to the JSON or TOML file containing report settings.
20412041
report_settings : dict, optional
20422042
Dictionary containing report settings.
2043-
solution_name : setup name to use.
2043+
solution_name : str, optional
2044+
Setup name to use.
20442045
20452046
Returns
20462047
-------
@@ -3113,7 +3114,7 @@ def create_fieldplot_line(
31133114
Parameters
31143115
----------
31153116
assignment : list
3116-
List of polyline to plot.
3117+
List of polylines to plot.
31173118
quantity : str
31183119
Name of the quantity to plot.
31193120
setup_name : str, optional

0 commit comments

Comments
 (0)