Skip to content

Commit

Permalink
Docs: Correct signature of get_daemon_client example snippet (#6554)
Browse files Browse the repository at this point in the history
Cherry-pick: faab95a
  • Loading branch information
khsrali authored and sphuber committed Aug 7, 2024
1 parent e3ed9a2 commit 92d3916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/topics/daemon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 92d3916

Please sign in to comment.