Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
canozyurt authored and SK1Y101 committed Aug 21, 2023
1 parent 9e2e852 commit 35fd3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maas/client/bones/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def _prefer_json(headers):


def _setattr(obj, name, value):
"""Classic settatr(), also pincushions name if it's a reserved keyword.
"""Classic setattr(), also pincushions name if it's a reserved keyword.
Although keywords can be used as object names, they cause a syntax error
upon call. This renders ActionAPIs with names like 'import' unusable, thus
Expand Down

0 comments on commit 35fd3c8

Please sign in to comment.