Skip to content

Commit

Permalink
Small adjustments to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
sambible committed Sep 6, 2024
1 parent e7832c5 commit 44b9372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airgun/entities/contentview_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def read_french_lang_cv(self):
def promote(self, entity_name, version_name, lce_name):
"""Promotes the selected version of content view to given environment.
:return: dict with new content view version table row; contains keys
like 'Version', 'Status', 'Environments' etc.
like 'Version', 'Status', 'Environments' etc.
"""
view = self.navigate_to(self, 'Promote', entity_name=entity_name, version_name=version_name)
modal = ContentViewVersionPromoteView(self.browser)
Expand Down
3 changes: 1 addition & 2 deletions airgun/views/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,7 @@ def fill(self, values):

def remove(self, value):
"""Unassign some resource(s).
:param str or list values: string containing resource name or a list of
such strings.
:param str or list values: string containing resource name or a list of such strings.
"""
self.select_status("Added")
self.search(value)
Expand Down

0 comments on commit 44b9372

Please sign in to comment.