From fec801b8c0f56242efb49ab9e2a01bc3b49a832a Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Tue, 1 Oct 2024 20:04:31 +0000 Subject: [PATCH] docs: fix typo in fenced code block language --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37e060bdcf..52c2eb213a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ modify the contents of the `src/openai/lib/` and `examples/` directories. All files in the `examples/` directory are not modified by the generator and can be freely edited or added to. -```ts +```py # add an example to examples/.py #!/usr/bin/env -S rye run python