From 2cb330fd5e7af91e972a670e01d8dbfec21d23ce Mon Sep 17 00:00:00 2001 From: Patrick Ogenstad Date: Tue, 1 Apr 2025 11:15:08 +0200 Subject: [PATCH] Fix sentence case --- docs/docs/python-sdk/introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/python-sdk/introduction.mdx b/docs/docs/python-sdk/introduction.mdx index 9a9b3bb9..699eef8c 100644 --- a/docs/docs/python-sdk/introduction.mdx +++ b/docs/docs/python-sdk/introduction.mdx @@ -4,7 +4,7 @@ title: Python SDK The Infrahub Python SDK greatly simplifies how you can interact with Infrahub programmatically. -## Blog Posts +## Blog posts - [Querying Data in Infrahub via the Python SDK](https://www.opsmill.com/querying-data-in-infrahub-via-the-python-sdk/)