Skip to content

Commit

Permalink
update and fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Oct 24, 2018
1 parent 966fa9d commit 97c1346
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 35 deletions.
2 changes: 1 addition & 1 deletion tiledb/libtiledb.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ cdef extern from "tiledb/tiledb.h":
int tiledb_config_save_to_file(
tiledb_config_t* config,
const char* filename,
tiledb_error_t** error)
tiledb_error_t** error) nogil

# Config Iterator
int tiledb_config_iter_alloc(
Expand Down
Loading

0 comments on commit 97c1346

Please sign in to comment.