Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Fedoseev <[email protected]>
  • Loading branch information
nl0 and sir-sigurd authored Dec 19, 2024
1 parent c7a4cec commit 1598874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Entries inside each section should be ordered by type:

## Python API

* [Added] `quilt3.admin.tabulator`: `get_open_query` and `set_open_query` functions for managing Tabulator open query mode ([#4260](https://github.com/quiltdata/quilt/pull/4260))
* [Added] `quilt3.admin.tabulator`: `get_open_query()` and `set_open_query()` functions for managing Tabulator open query mode ([#4260](https://github.com/quiltdata/quilt/pull/4260))

# 6.1.1 - 2024-11-21

Expand Down
2 changes: 1 addition & 1 deletion docs/advanced-features/tabulator.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Tabulator.

### 1. Enable Open Query

An admin can enable open query via the `quilt3.admin.tabulator.set_open_query`
An admin can enable open query via the `quilt3.admin.tabulator.set_open_query()`
[API](../api-reference/Admin.md#set_open_query)
or Admin UI:

Expand Down

0 comments on commit 1598874

Please sign in to comment.