Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Fix typo in command_builder 'expecity' -> 'explicitly' (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachiemurray authored and paselem committed Mar 20, 2018
1 parent 8d00a2c commit 27822f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aztk/utils/command_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def add_option(self, name: str, value: str = None, enable: bool=None):
:param name: Option name (with the dash(es))
:param value: Value for the option(If null and enable is not provided it won't add the option)
:param enable: To expecity add or ignore the option
:param enable: To explicitly add or ignore the option
Usage:
>>> command.add_option("--id", myId) # => Will only add to the command if myId is not null
Expand Down

0 comments on commit 27822f4

Please sign in to comment.