From 34275a23921b030b86a2b6a183a9e839fdf023ee Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Thu, 16 Apr 2020 11:32:19 +0200 Subject: [PATCH] Fixed non-ascii quote character --- src/Mod/Arch/ArchComponent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchComponent.py b/src/Mod/Arch/ArchComponent.py index 949e8a2983..23a6ee673a 100644 --- a/src/Mod/Arch/ArchComponent.py +++ b/src/Mod/Arch/ArchComponent.py @@ -1052,7 +1052,7 @@ class Component(ArchIFC.IfcProduct): class ViewProviderComponent: """A default View Provider for Component objects. - Acts as a base for all other Arch view providers. It’s properties and + Acts as a base for all other Arch view providers. It's properties and behaviours are common to all Arch view providers. """