Skip to content

Commit 862f5c9

Browse files
authored
Merge pull request #745 from rwaal/docs/update-typo-in-readme
docs: fix typo in README
2 parents 07a3919 + 71463a6 commit 862f5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ client = GraphServiceClient(credentials=credentials, scopes=scopes)
107107

108108
After you have a **GraphServiceClient** that is authenticated, you can begin making calls against the service. The requests against the service look like our [REST API](https://docs.microsoft.com/graph/api/overview?view=graph-rest-1.0).
109109

110-
> **Note**: This SDK offers an asynchronous API by default. Async is a concurrency model that is far more efficient than multi-threading, and can provide significant performance benefits and enable the use of long-lived network connections such as WebSockets. We support popular python async envronments such as `asyncio`, `anyio` or `trio`.
110+
> **Note**: This SDK offers an asynchronous API by default. Async is a concurrency model that is far more efficient than multi-threading, and can provide significant performance benefits and enable the use of long-lived network connections such as WebSockets. We support popular python async environments such as `asyncio`, `anyio` or `trio`.
111111
112112
The following is a complete example that shows how to fetch a user from Microsoft Graph.
113113

0 commit comments

Comments
 (0)