Removed incorrect apostrophies.

This commit is contained in:
David Daish
2020-04-18 18:29:48 +12:00
committed by Yorik van Havre
parent 390a093a67
commit 9f4348e00a
6 changed files with 31 additions and 31 deletions

View File

@@ -136,13 +136,13 @@ class _Project(ArchIFC.IfcContext):
"""The project object.
Takes a <Part::FeaturePython>, and turns it into a Project. Then takes a
list of Arch sites to own as it's children.
list of Arch sites to own as its children.
"""
def __init__(self, obj):
"""Initialises the project.
Adds the properties of a project, and sets it's IFC type.
Adds the properties of a project, and sets its IFC type.
Parameters
----------