Skip to content

Commit

Permalink
Method in example does not exist (#100)
Browse files Browse the repository at this point in the history
* Method in example does not exist

* Address review comment
  • Loading branch information
s3bw authored and matthewwardrop committed May 6, 2019
1 parent 66efb4e commit 768b684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Task 3: Persist service configuration for use in multiple sessions
# Specify a YAML configuration verbatim (or the filename of a yaml configuration)
# In this case we create the configuration for the previous task.
>>> duct_registry.import_from_config("""
>>> duct_registry.register_from_config("""
... remotes:
... my_server:
... protocol: ssh
Expand Down

0 comments on commit 768b684

Please sign in to comment.