Skip to content

Commit fa53fe8

Browse files
author
Scott Sanderson
committed
DOC: Fix heading.
1 parent 4d99570 commit fa53fe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/errors.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ when an interface definition isn't satisfied.
77
An implementation can fail to implement an interface in a variety of ways:
88

99
Missing Methods
10-
---------------
10+
~~~~~~~~~~~~~~~
1111

1212
Implementations must define all the methods declared in an interface.
1313

@@ -44,7 +44,7 @@ The above example produces the following error message::
4444
- prove(self, theorem)
4545

4646
Methods with Incompatible Signatures
47-
------------------------------------
47+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4848

4949
Implementations must define interface methods with compatible signatures:
5050

@@ -87,7 +87,7 @@ Implementations must define interface methods with compatible signatures:
8787
- prove(self, lemma) != prove(self, theorem)
8888

8989
Method/Property Mismatches
90-
--------------------------
90+
~~~~~~~~~~~~~~~~~~~~~~~~~~
9191

9292
If an interface defines an attribute as a :class:`property`, the corresponding
9393
implementation attribute must also be a :class:`property`:

0 commit comments

Comments
 (0)