Skip to content

Commit

Permalink
fix apidoc for fs io manager (#7671)
Browse files Browse the repository at this point in the history
  • Loading branch information
sryza committed May 2, 2022
1 parent d543f82 commit 87c0f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def op_b(df):
@job(
resource_defs={
"io_manager": fs_io_manager.configured({"base_path": "/my/base/path"})
"io_manager": fs_io_manager.configured({"base_dir": "/my/base/path"})
}
)
def job():
Expand Down

0 comments on commit 87c0f27

Please sign in to comment.