Skip to content

Commit

Permalink
Merge pull request #74 from eWaterCycle/73-doc-string-mangled
Browse files Browse the repository at this point in the history
Fixes doc string
  • Loading branch information
sverhoeven authored Jul 30, 2020
2 parents c5f069b + 2c6024b commit 4ca0fe3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions grpc4bmi/bmi_client_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class BmiClientDocker(BmiClient):
delay (int): Seconds to wait for Docker container to startup, before connecting to it
timeout (int): Seconds to wait for gRPC client to connect to server
extra_volumes (Dict[str,Dict]): Extra volumes to attach to Docker container.
The key is either the hosts path or a volume name and the value is a dictionary with the keys:
- ``bind`` The path to mount the volume inside the container
Expand All @@ -57,7 +56,7 @@ class BmiClientDocker(BmiClient):
.. code-block:: python
{'/data/shared/forcings/': {'bind': '/forcings', 'mode': 'ro'}}
{'/data/shared/forcings/': {'bind': '/forcings', 'mode': 'ro'}}
"""

Expand Down

0 comments on commit 4ca0fe3

Please sign in to comment.