Skip to content

Commit ff8a6fe

Browse files
mmckyclaude
andauthored
fix: repair footnote definition corrupted by the typography pass (#4)
The French NBSP pass in the seed inserted a non-breaking space between the [^mung] footnote label and its colon in pandas.md, which stops the line parsing as a definition — it rendered as literal paragraph text and the footnote reference broke. Ports the fix from QuantEcon/action-translation#83: the transform now masks definition labels and repairs this exact corruption, so this is the output of the standard repair run (scripts/typography/apply.mjs --lang fr), which verified the change is spacing-only and idempotent across all 26 lectures. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 697b904 commit ff8a6fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/pandas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,4 +812,4 @@ plt.tight_layout()
812812
```{solution-end}
813813
```
814814

815-
[^mung] : Wikipédia définit le « munging » comme le nettoyage de données d'une forme brute vers une forme structurée et épurée.
815+
[^mung]: Wikipédia définit le « munging » comme le nettoyage de données d'une forme brute vers une forme structurée et épurée.

0 commit comments

Comments
 (0)