Skip to content

Commit b812527

Browse files
committed
Fix shell name
Signed-off-by: Maria Teresa Ortega <teresa.ortega0903@gmail.com>
1 parent 361c64a commit b812527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambkin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Registers a data resolution hook on a benchmark. Hooks are resolved before each
3434
**`Option`**
3535
Abstracts shell command dispatch. Exposes the host environment's executables as Python attributes — accessing `shell.my_tool` returns a callable that runs `my_tool` with the given arguments, letting benchmark scripts invoke external processes without hardcoding paths or constructing subprocess calls manually. Accessible via `ctx.shell`.
3636

37-
**`ctx.shell`**
37+
**`Shell`**
3838
Exposes the host environment's executables as Python attributes. Accessing `ctx.shell.my_tool` returns a callable that, when invoked, runs `my_tool` with the given arguments. This lets benchmark scripts call external processes as if they were native Python functions, without hardcoding paths or constructing subprocess calls manually.
3939

4040

0 commit comments

Comments
 (0)