10000 fix typo · microsoft/botbuilder-python@11c8a15 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11c8a15

Browse files
fix typo
1 parent b79fb6d commit 11c8a15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/botbuilder-schema/botbuilder/schema/teams/_models_py3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,14 +1757,14 @@ def __init__(
17571757
name: str = None,
17581758
aad_group_id: str = None,
17591759
member_count: int = None,
1760-
chanel_count: int = None,
1760+
channel_count: int = None,
17611761
**kwargs
17621762
) -> None:
17631763
super(TeamDetails, self).__init__(**kwargs)
17641764
self.id = id
17651765
self.name = name
17661766
self.aad_group_id = aad_group_id
1767-
self.channel_count = chanel_count
1767+
self.channel_count = channel_count
17681768
self.member_count = member_count
17691769

17701770

0 commit comments

Comments
 (0)
0