Minor fix

This commit is contained in:
Dion Moult
2021-08-06 16:44:47 +10:00
parent 62c5efe591
commit 07bf60819a
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ bcfxml.edit_topic(topic)
The `bcfapi` module lets you interact with the BCF-API standard.
```python
from bcf.v3.bcfapi import AuthClient, BcfClient
from bcf.v3.bcfapi import FoundationClient, BcfClient
foundation_client = FoundationClient("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET", "OPENCDE_BASEURL")
auth_methods = foundation_client.get_auth_methods()