OCaml codecs for Python INI file handling compatible with ConfigParser

fix

+1 -1
+1 -1
src/init.mli
··· 479 479 480 480 (** Error handling. 481 481 482 - The {!Error} module defines the types of errors that can occur during 482 + The {!module:Error} module defines the types of errors that can occur during 483 483 parsing and codec operations. All errors carry optional location 484 484 information for good error messages. 485 485