Skip to content

Commit 3834348

Browse files
IgorIgor
authored andcommitted
fix typos
1 parent e81f45a commit 3834348

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ List methods return all available items at once. For large collections of data u
5757

5858
## Development
5959

60-
New contributers and pull requests are welcome. If you have any questions or suggestions, feel free to open an issue.
60+
New contributors and pull requests are welcome. If you have any questions or suggestions, feel free to open an issue.
6161

6262
Code comes with makefile for easy code base management. You can check `make help` for more details.
6363

bitrix24/bitrix24.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def callMethod(self, method: str, params: Dict[str, Any] = {}, **kwargs) -> Dict
158158
except RuntimeError:
159159
warnings.warn(
160160
"You are using `callMethod` method in a synchronous way. "
161-
"Starting from version 3, this method will be completly asynchronous."
161+
"Starting from version 3, this method will be completely asynchronous."
162162
"Please consider updating your code",
163163
DeprecationWarning,
164164
)

0 commit comments

Comments
 (0)