From 83476e3e03caf0ceb215bd57dd10e364e077d1dd Mon Sep 17 00:00:00 2001 From: Helge Eichhorn Date: Mon, 1 Mar 2021 16:38:31 +0100 Subject: [PATCH 1/2] Update compat.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drive-by typo fixes 😉 --- docs/src/compat.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/compat.md b/docs/src/compat.md index df2a3acf..20255b76 100644 --- a/docs/src/compat.md +++ b/docs/src/compat.md @@ -1,6 +1,6 @@ -# Compatability Tools +# Compatibility Tools -Some packages require a little extra help to work nicely from `Python.jl`. +Some packages require a little extra help to work nicely with `Python.jl`. Some of these are "fixes" that are silently applied for you, and some are just extra functions to bridge a gap. We aim to keep these as minimal as possible. From ec3a030f7cb41e78d6d7a7659763d4bfff3e4856 Mon Sep 17 00:00:00 2001 From: Helge Eichhorn Date: Tue, 2 Mar 2021 19:46:34 +0100 Subject: [PATCH 2/2] Update compat.md --- docs/src/compat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/compat.md b/docs/src/compat.md index 20255b76..d8185117 100644 --- a/docs/src/compat.md +++ b/docs/src/compat.md @@ -1,6 +1,6 @@ # Compatibility Tools -Some packages require a little extra help to work nicely with `Python.jl`. +Some packages require a little extra help to work nicely with `PythonCall.jl`. Some of these are "fixes" that are silently applied for you, and some are just extra functions to bridge a gap. We aim to keep these as minimal as possible.