# HG changeset patch # User Matt Harbison # Date 1738890237 18000 # Node ID fecda9f44e579302e1f112ed5ac918cb18d40507 # Parent d13c2ae3c340969729490134e81ffd9f4524c8e8 interfaces: minor documentation tweaks to the `types` module diff -r d13c2ae3c340 -r fecda9f44e57 mercurial/interfaces/types.py --- a/mercurial/interfaces/types.py Thu Feb 06 14:58:10 2025 -0500 +++ b/mercurial/interfaces/types.py Thu Feb 06 20:03:57 2025 -0500 @@ -7,7 +7,7 @@ # # The general principle can be summarized when dealing with object: # - to type your code: use FooBarT from `mercurial.interface.types` -# - to implement foobar: use IFoorbar from `mercurial.interface.foo_bar` +# - to subclass : use IFooBar from `mercurial.interface.foo_bar` from __future__ import annotations