Skip to content

Commit

Permalink
Fix typos, one of which really doesn't seem like a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Oct 1, 2024
1 parent 21d1d2e commit b89fd05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyomo/core/kernel/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def getname(
Args:
fully_qualified (bool): Generate a full name by
iterating through all anscestor containers.
iterating through all ancestor containers.
Default is :const:`False`.
convert (function): A function that converts a
storage key into a string
Expand Down
2 changes: 1 addition & 1 deletion pyomo/core/tests/unit/test_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2979,7 +2979,7 @@ def test_initialize_and_clone_from_dict_keys(self):
#
# While deepcopying a model is generally not supported, this is
# an easy way to ensure that this simple model is cleanly
# clonable.
# able to be cloned.
ref = """1 Set Declarations
INDEX : Size=1, Index=None, Ordered=Insertion
Key : Dimen : Domain : Size : Members
Expand Down

0 comments on commit b89fd05

Please sign in to comment.