diff --git a/src/ifcopenshell-python/docs/bcf.rst b/src/ifcopenshell-python/docs/bcf.rst index fe33bcb2e5..fbeb1b7a32 100644 --- a/src/ifcopenshell-python/docs/bcf.rst +++ b/src/ifcopenshell-python/docs/bcf.rst @@ -78,7 +78,7 @@ memory until you call the `save` method. print(comment.author) # Get a particular topic - topic = bcfxml.get_topic(guid) + topic = bcfxml.get_topic(guid).topic # Modify a topic topic.title = "New title"