From cc4a9f597b78681f3474e9a309a2cab42a309f41 Mon Sep 17 00:00:00 2001 From: "Ariel Shaqed (Scolnicov)" Date: Mon, 4 Nov 2024 09:42:48 +0200 Subject: [PATCH] Fix "deprecated" spelling in note on legacy Python SDK To misquote a famous man, > Is it not a strange fate that we should suffer so many comments and labels and process for so small a thing? So small a thing... --- docs/integrations/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/python.md b/docs/integrations/python.md index 7f8bf0083d1..44d2f544843 100644 --- a/docs/integrations/python.md +++ b/docs/integrations/python.md @@ -19,7 +19,7 @@ full story! Though our previous SDK client is still supported and maintained, we highly recommend using the new High Level SDK. **For previous Python SDKs follow these links:** [lakefs-sdk](https://pydocs-sdk.lakefs.io) -[legacy-sdk](https://pydocs.lakefs.io) (Depracated) +[legacy-sdk](https://pydocs.lakefs.io) (Deprecated) {: .note } There are three primary ways to work with lakeFS from Python: