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

Commit 27822f4

Browse files
lachiemurraypaselem
authored andcommitted
Fix typo in command_builder 'expecity' -> 'explicitly' (#447)
1 parent 8d00a2c commit 27822f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztk/utils/command_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def add_option(self, name: str, value: str = None, enable: bool=None):
2222
2323
:param name: Option name (with the dash(es))
2424
:param value: Value for the option(If null and enable is not provided it won't add the option)
25-
:param enable: To expecity add or ignore the option
25+
:param enable: To explicitly add or ignore the option
2626
2727
Usage:
2828
>>> command.add_option("--id", myId) # => Will only add to the command if myId is not null

0 commit comments

Comments
 (0)