Skip to content

Commit

Permalink
Fixing typo in the README call to main class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonDel committed Nov 17, 2016
1 parent e946863 commit c02beec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -24,9 +24,9 @@ Executing a list of commands in multiple servers in parallel

.. code:: python
>>> from remote_multicommand import remote_multicommand
>>> from remote_multicommand import RemoteMultiCommand
>>> cmdsList = ['hostname','whoami']
>>> rmCmd = remote_multicommand('/tmp/sshkey')
>>> rmCmd = RemoteMultiCommand('/tmp/sshkey')
Log: Changing log level to ERROR | Log level:ERROR | Date:01/11/2016 16:40:10
>>> rmCmd.set_log_level('DEBUG')
Log: Changing log level to DEBUG | Log level:DEBUG | Date:01/11/2016 16:40:12
Expand Down

0 comments on commit c02beec

Please sign in to comment.