Skip to content

Commit

Permalink
Docs: Correct signature of get_daemon_client example snippet (aiida…
Browse files Browse the repository at this point in the history
  • Loading branch information
khsrali authored Aug 6, 2024
1 parent cbf672f commit faab95a
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 faab95a

Please sign in to comment.