Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed Oct 2, 2023
1 parent 23f61fb commit a5cef18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ Custom filters are vulnerable to code injection attacks, please only use in trus

**You can turn this feature on by doing one of the following:**
- **add `enable_custom_filters=True` to your `dtale.show` call**
- **add `enable_custom_filters = False` to the [app] section of your dtale.ini config file ([more info](https://github.com/man-group/dtale/blob/master/docs/CONFIGURATION.md))**
- **add `enable_custom_filters = True` to the [app] section of your dtale.ini config file ([more info](https://github.com/man-group/dtale/blob/master/docs/CONFIGURATION.md))**
- **run this code before calling dtale.show:**
```python
import dtale.global_state as global_state
Expand Down

0 comments on commit a5cef18

Please sign in to comment.