Skip to content

Commit b6d1488

Browse files
author
Aaron Sierra
committed
docs: luadns: Fix example keyword arguments
Change "key=" to "secret=" and "user=" to "key=".
1 parent c899034 commit b6d1488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/dns/luadns/instantiate_driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from libcloud.dns.providers import get_driver
33

44
cls = get_driver(Provider.LUADNS)
5-
driver = cls(user="user", key="api_key")
5+
driver = cls(key="user", secret="api_key")

0 commit comments

Comments
 (0)