Skip to content

Commit f8509a2

Browse files
authored
Merge pull request #461 from skyunna/patch-4
Update json-yaml.md
2 parents ab50b84 + cebd7e6 commit f8509a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cheatsheet/json-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Write a JSON file with:
3131

3232
Compared to JSON, YAML allows a much better human maintainability and gives ability to add comments. It is a convenient choice for configuration files where a human will have to edit.
3333

34-
There are two main libraries allowing to access to YAML files:
34+
There are two main libraries allowing access to YAML files:
3535

3636
- [PyYaml](https://pypi.python.org/pypi/PyYAML)
3737
- [Ruamel.yaml](https://pypi.python.org/pypi/ruamel.yaml)

0 commit comments

Comments
 (0)