small fix for bcf docs

bcfxml.get_topic actually returns topichandler, not topic
This commit is contained in:
Andrej730
2024-08-09 14:42:50 +05:00
parent 7c4d45ab32
commit 9bb04d3ffc
+1 -1
View File
@@ -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"