Skip to content

Commit 4b1d5d4

Browse files
authored
Correct backtick code block formatting (github#43)
Fix formatting of code block in README
1 parent 86c1a46 commit 4b1d5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ session = await client.create_session({
151151
)
152152
],
153153
})
154-
````
154+
```
155155

156156
The SDK automatically handles `tool.call`, executes your handler (sync or async), and responds with the final result when the tool completes.
157157

0 commit comments

Comments
 (0)