Skip to content

Commit

Permalink
error typo
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Nov 21, 2023
1 parent b8cb6b2 commit a2ad1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def __getitem__(self, key):
)

if not isinstance(key, str):
raise TypeError("Parameter name must be a string")
raise TypeError("Parameter name must be a string.")
key = key.upper()

with self.full_parameters_output:
Expand Down

0 comments on commit a2ad1fd

Please sign in to comment.