Skip to content

Commit 352a1bd

Browse files
author
Sylvain MARIE
committed
Minor doc fix
1 parent 091119a commit 352a1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PyYaml is a great library. However it is a bit hard for anyone to add the yaml c
1515

1616
You can then optionally override the methods `to_yaml_dict` and `from_yaml_dict` to write to / load from a dictionary, so as to adapt the yaml-ability to your class needs.
1717

18-
In addition `yamlable` provides a way to create Yaml codecs for several object types at the same time (`YamlCodec`) (see [Usage](./usage) page)
18+
In addition `yamlable` provides a way to create Yaml codecs for several object types at the same time (`YamlCodec`).
1919

2020

2121
## Installing

0 commit comments

Comments
 (0)