Skip to content

Commit 66f8ee9

Browse files
Typo
1 parent 2efe690 commit 66f8ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdks/sdk-features/bandits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ are strings, so bandits are used with string-typed flags. Actions and attributes
2222
When requesting an assignment from a flag with a bandit, you can use a specialized method that returns the assigned variation and, if the bandit was invoked, the selected action.
2323
This method is like getting other assignments, but you also provide the set of actions and their attributes that the bandit should consider.
2424

25-
In the Python, the call may look like:
25+
In Python, the call may look like:
2626

2727
```python
2828
# Flag that has a bandit variation

0 commit comments

Comments
 (0)