diff --git a/docs/source/topics/daemon.rst b/docs/source/topics/daemon.rst index 87cf027f31..9958b331bd 100644 --- a/docs/source/topics/daemon.rst +++ b/docs/source/topics/daemon.rst @@ -41,7 +41,7 @@ It is also possible to explicitly specify a profile: .. code-block:: python - client = get_daemon_client(profile='some-profile') + client = get_daemon_client(profile_name='some-profile') The daemon can be started and stopped through the client: