Skip to content

Commit

Permalink
Change doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenpardy committed Nov 16, 2023
1 parent be16377 commit 7a9e67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubicon_ml/client/rubicon.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _get_github_url(self):
return github_url

def is_auto_git_enabled(self) -> bool:
"""Is git enabled for any of the configs."""
"""Check if git is enabled for any of the configs."""
if isinstance(self.configs, list):
return any(_config.is_auto_git_enabled for _config in self.configs)

Expand Down

0 comments on commit 7a9e67d

Please sign in to comment.