Skip to content

Commit cf881cf

Browse files
chore: Fix typo in readme md (#541)
* chore: fix typo in `README.md` * chore(format): `README.md` --------- Co-authored-by: Harsh Maru <[email protected]>
1 parent 145bfc7 commit cf881cf

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@ while paginated:
9393

9494
#### Retries and Backoff
9595

96-
By default the client uses the same retry policy as the [Azure SDK for Python](https://learn.microsoft.com/en-us/python/api/azure-core/azure.core.pipeline.policies.retrypolicy?view=azure-python).
97-
retry policy. If you'd like to modify any of these values, you can pass them as keywords to your client initialization:
96+
By default the client uses the same retry policy as the [Azure SDK for Python](https://learn.microsoft.com/en-us/python/api/azure-core/azure.core.pipeline.policies.retrypolicy?view=azure-python)
97+
retry policy. If you'd like to modify any of these values, you can pass them as
98+
keywords to your client initialization:
9899

99100
```python
100101
client = Client(token=os.getenv("DIGITALOCEAN_TOKEN"), retry_total=3)
@@ -108,13 +109,13 @@ client = Client(token=os.getenv("DIGITALOCEAN_TOKEN"), retry_policy=MyRetryPolic
108109

109110
# **Contributing**
110111

111-
>Visit our [Contribuing Guide](CONTRIBUTING.md) for more information on getting
112-
involved in developing this client.
112+
> Visit our [Contribuing Guide](CONTRIBUTING.md) for more information on
113+
> getting involved in developing this client.
113114
114115
# **Tests**
115116

116-
>The tests included in this repo are used to validate the generated client.
117-
We use `pytest` to define and run the tests.
117+
> The tests included in this repo are used to validate the generated client.
118+
> We use `pytest` to define and run the tests.
118119
119120
**_Requirements_**
120121

@@ -213,7 +214,7 @@ docker run -it --rm --name pydo -v $PWD/tests:/tests pydo:dev pytest tests/mocke
213214

214215
# **Known Issues**
215216

216-
>This selection lists the known issues of the client generator.
217+
> This selection lists the known issues of the client generator.
217218
218219
#### `kubernetes.get_kubeconfig` Does not serialize response content
219220

@@ -261,8 +262,8 @@ This is a backend issue with the API endpoint. The API endpoint expects the head
261262

262263
# **Roadmap**
263264

264-
>This section lists short-term and long-term goals for the project.
265-
**Note**: These are goals, not necessarily commitments. The sections are not intended to represent exclusive focus during these terms.
265+
> This section lists short-term and long-term goals for the project.
266+
> **Note**: These are goals, not necessarily commitments. The sections are not intended to represent exclusive focus during these terms.
266267
267268
Short term:
268269

0 commit comments

Comments
 (0)