Skip to content

Commit

Permalink
Update clusterlink.py
Browse files Browse the repository at this point in the history
documentation

It looked like the imports class comment was copied above to peers, as the comment structures were similar, but it was done improperly by accident.

To resolve this, I removed the word "imports" from the peers comment, and added the word "class."

Signed-off-by: welisheva22 <[email protected]>
  • Loading branch information
welisheva22 authored May 22, 2024
1 parent 6dd6b28 commit b717774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/utils/clusterlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def delete_object(self, kind, name, namespace):
except Exception as e:
print(f"Error deleting {kind} '{name}': {e}")

# Imports Peers contains all the commands for managing peer CRD.
# Peers class contains all the commands for managing peer CRD.
class Peers(CRDObject):
def __init__(self, namespace):
self.namespace=namespace
Expand Down

0 comments on commit b717774

Please sign in to comment.