Skip to content

Commit

Permalink
Fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
goerz committed Aug 17, 2020
1 parent e0cccd7 commit e2da7fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/krotov/info_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ def chain(*hooks):
Note:
Functions that are connected via :func:`chain` may use the
`shared_data` share the same `shared_data` argument, which they can use
to communicate down the chain.
Functions that are connected via :func:`chain` may share the same
`shared_data` argument, which they can use to communicate down the
chain.
"""

def info_hook(**kwargs):
Expand Down

0 comments on commit e2da7fb

Please sign in to comment.