10000 Library html parser po · Pull Request #1864 · python/python-docs-fr · GitHub
[go: up one dir, main page]

Skip to content

Library html parser po #1864

New issue

Have a question about this project? Sig 8000 n up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from May 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Correction d'un typo
  • Loading branch information
Thierry Pellé committed May 8, 2022
commit e927abf98483f44c8cab5103e8a50869491e0ccf
2 changes: 1 addition & 1 deletion library/html.parser.po
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ msgid ""
"handle_startendtag`):"
msgstr ""
"Les méthodes suivantes sont appelées lors de la rencontre de données ou "
"d'éléments de balisage; elles sont destinées à être surchargées par la sous-"
"d'éléments de balisage ; elles sont destinées à être surchargées par la sous-"
"classe. L'implémentation de la classe de base ne fait rien (sauf pour ce qui "
"est de :meth:`~HTMLParser.handle_startendtag`) :"

Expand Down
0