Commit ed244ee
authored
Fix a missing comma in the inline documentation
That line was presumably copied from here https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/v0.2.0/sample/username_password_sample.py
So this time we switch the sequence of the 2 lines,
so that it will be less likely to go wrong in future documentation copy & paste work flow.1 parent 81e8ddc commit ed244ee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments