From ffdb5ca5f5c9f73366f4d4d0a2bd7f4abff4eb24 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Wed, 8 Jan 2025 15:23:04 +0000 Subject: [PATCH] docs(readme): fix misplaced period --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9754a205..c2ec56294 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ $ export OPENAI_LOG=debug This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions: -1. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_. +1. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals.)_ 2. Changes that we do not expect to impact the vast majority of users in practice. We take backwards-compatibility seriously and work hard to ensure you can rely on a smooth upgrade experience.