Skip to content

Commit faab95a

Browse files
authored
Docs: Correct signature of get_daemon_client example snippet (aiidateam#6554)
1 parent cbf672f commit faab95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/topics/daemon.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It is also possible to explicitly specify a profile:
4141

4242
.. code-block:: python
4343
44-
client = get_daemon_client(profile='some-profile')
44+
client = get_daemon_client(profile_name='some-profile')
4545
4646
The daemon can be started and stopped through the client:
4747

0 commit comments

Comments
 (0)