Skip to content

Commit 1ca756b

Browse files
committed
spelling changes
1 parent 6a51ecb commit 1ca756b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pybritive/completers/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def api_completer(ctx, param, incomplete):
6-
# create an instance of the Britive class, so we can't inspect it
6+
# create an instance of the Britive class, so we can inspect it
77
# this doesn't need to actually connect to any tenant, and we couldn't even if we
88
# wanted to since when performing shell completion we have no tenant/token
99
# context in order to properly establish a connection.

src/pybritive/completers/api_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
def get_dynamic_method_parameters(method):
88
try:
9-
# create an instance of the Britive class, so we can't inspect it
9+
# create an instance of the Britive class, so we can inspect it
1010
# this doesn't need to actually connect to any tenant, and we couldn't even if we
1111
# wanted to since when performing shell completion we have no tenant/token
1212
# context in order to properly establish a connection.

0 commit comments

Comments
 (0)