Skip to content

Commit ca26657

Browse files
tcoratgerclaude
andauthored
docs(aggregation): drop section-banner headings from docstrings (#1126)
Two method docstrings opened with Markdown-style section banners (# Overview and # The message bindings) that render as headings inside Google-style docstrings and are inconsistent with every other method in the file. Drop the banner lines; the prose beneath stands alone unchanged. Docs-only change; just check passes. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0ed9101 commit ca26657

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/lean_spec/spec/forks/lstar/containers/aggregation.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ def aggregate(
6060
"""
6161
Fold fresh signatures and child proofs into one single-message proof.
6262
63-
# Overview
64-
6563
Two kinds of contribution merge into one proof.
6664
6765
- A fresh signer contributes a single raw signature.
@@ -312,8 +310,6 @@ def verify(
312310
"""
313311
Verify this multi-message proof against its per-component bindings.
314312
315-
# The message bindings
316-
317313
Each component is checked against one message and slot supplied by the caller.
318314
Without that binding the proof would accept attacker-chosen data.
319315
That data could resolve to the same keys.

0 commit comments

Comments
 (0)