mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
small fix for bcf docs
bcfxml.get_topic actually returns topichandler, not topic
This commit is contained in:
@@ -78,7 +78,7 @@ memory until you call the `save` method.
|
|||||||
print(comment.author)
|
print(comment.author)
|
||||||
|
|
||||||
# Get a particular topic
|
# Get a particular topic
|
||||||
topic = bcfxml.get_topic(guid)
|
topic = bcfxml.get_topic(guid).topic
|
||||||
|
|
||||||
# Modify a topic
|
# Modify a topic
|
||||||
topic.title = "New title"
|
topic.title = "New title"
|
||||||
|
|||||||
Reference in New Issue
Block a user