fix: restore the non-breaking spaces the pandas_panel.md sync stripped#13
Open
mmcky wants to merge 1 commit into
Open
fix: restore the non-breaking spaces the pandas_panel.md sync stripped#13mmcky wants to merge 1 commit into
mmcky wants to merge 1 commit into
Conversation
Sync PR #12 was generated under v0.16.1, whose sync write path dropped the French non-breaking spaces before double punctuation (the defect tracked in QuantEcon/action-translation#97, fixed in v0.17.0). This restores the five affected lines, following the numba.md precedent in #9. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Restores French non‑breaking spaces (U+00A0) before double punctuation in lectures/pandas_panel.md, undoing whitespace regressions introduced by the earlier translation sync write path.
Changes:
- Reinstates U+00A0 before
:in three “L'ensemble de données est accessible…” lines. - Reinstates U+00A0 before
:in “ensembles de données :” and before!in “valeurs manquantes !”.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
📖 Netlify Preview Ready!Preview URL: https://pr-13--verdant-toffee-3261a8.netlify.app Commit: 📚 Changed LecturesBuild Info
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync PR #12 was generated under action-translation v0.16.1, whose sync write path dropped the French non-breaking spaces before double punctuation — the defect tracked in QuantEcon/action-translation#97 and fixed in v0.17.0, which this repo's workflows now track via
@v0(#10). Copilot flagged all five affected lines on #12; those threads are resolved pointing here.This restores the five stripped U+00A0 characters (3× « suivant : », « données : », « manquantes ! »), following the numba.md precedent in #9. After this lands, the French typography baseline is fully clean again: no plain spaces before double punctuation remain in the file, and future syncs under v0.17.0 preserve them.
🤖 Generated with Claude Code