Minor fix

This commit is contained in:
Dion Moult
2021-07-15 18:21:18 +10:00
parent d34956c2c7
commit fd04066940
+2 -2
View File
@@ -13,7 +13,7 @@ is available via `bcfapi.py`.
The `bcfxml` module lets you interact with the BCF-XML standard.
```
```python
from bcf import bcfxml
@@ -65,7 +65,7 @@ bcfxml.edit_topic(topic)
The `bcfapi` module lets you interact with the BCF-API standard.
```
```python
from bcf.v3.bcfapi import Client
client_id = "YOUR_CLIENT_ID"