Skip to content

Commit da64178

Browse files
ploegertrayluo
andauthored
Update msal-python-conceptual/advanced/linux-broker-py.md
Co-authored-by: Ray Luo <[email protected]>
1 parent 8a550e2 commit da64178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msal-python-conceptual/advanced/linux-broker-py.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ An authentication broker is an application that runs on a user’s machine that
4949
1. To use the broker, you will need to install the broker-related packages in addition to the core MSAL from PyPI:
5050
5151
```python
52-
pip install "msal[broker]>=1.33.0b1,<2"
52+
pip install "msal[broker]>=1.33.0b1,<2"
5353
```
5454
5555
4. Once configured, you can call `acquire_token_interactive` to acquire a token.

0 commit comments

Comments
 (0)