From d8e1ea1ada7be07c325c1968aa23ec651cbb5077 Mon Sep 17 00:00:00 2001 From: Mutahhir Hayat Date: Thu, 17 Aug 2023 13:52:23 +0200 Subject: [PATCH] Update website/docs/cdktf/release/upgrade-guide-v0-18.mdx Co-authored-by: Ansgar Mertens --- website/docs/cdktf/release/upgrade-guide-v0-18.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cdktf/release/upgrade-guide-v0-18.mdx b/website/docs/cdktf/release/upgrade-guide-v0-18.mdx index 772deed7f3..767f010702 100644 --- a/website/docs/cdktf/release/upgrade-guide-v0-18.mdx +++ b/website/docs/cdktf/release/upgrade-guide-v0-18.mdx @@ -10,7 +10,7 @@ description: >- ### Python performance improvements disable root-level provider imports -When using a Provider in python one could previously import the resource and data source namespaces on the root level. This is no longer possible and the namespaces must be imported through specifying the paht in the import. The syntax was supported before as well, so you can change your code within `0.17.x` and then upgrade to `0.18.x`. +When using a Provider in python one could previously import the resource and data source namespaces on the root level. This is no longer possible and the namespaces must be imported through specifying the path in the import. The syntax was supported before as well, so you can change your code within `0.17.x` and then upgrade to `0.18.x`. Before: