diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-15 19:39:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 19:39:35 +0100 |
commit | 6f6e297fbfa7867b1f42c4245df20f4282b3b083 (patch) | |
tree | e602e617243ed4427e45c30554939818bfba8d6e /files/fr/glossary/python | |
parent | 34d315396ca29d7ef51ecc27eeeeeb275e9b0ba9 (diff) | |
download | translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.gz translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.tar.bz2 translated-content-6f6e297fbfa7867b1f42c4245df20f4282b3b083.zip |
Prepare Glossary section for Markdown conversion (#2971)
* Remove seoSummary and summary classes
* Fix hidden blocks / code samples
* Remove span cruft
* Remove <font> and <style .. font..>
* Remove notranslate
* Remove id other than in headings
* Fix pre blocks and remove style
* Fix other report one offs and remove absolute urls
* Remove external classes
* Fixing images url
Diffstat (limited to 'files/fr/glossary/python')
-rw-r--r-- | files/fr/glossary/python/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/glossary/python/index.html b/files/fr/glossary/python/index.html index 589d52c6b8..02b8af94b8 100644 --- a/files/fr/glossary/python/index.html +++ b/files/fr/glossary/python/index.html @@ -13,7 +13,7 @@ original_slug: Glossaire/Python <p>Il a été créé par Guido van Rossum entre 1985 et 1990 pour succéder à un autre langage (appelé ABC), et est actuellement utilisé dans de nombreux domaines, comme le développement web, en tant que langage de script pour d'autres applications et pour construire de vraies applications.</p> -<p><span id="result_box" lang="fr"><span>Python est développé sous une licence Open Source approuvée OSI, ce qui le rend librement utilisable et distribuable, même pour un usage commercial.</span> <span>La licence de Python est administrée par la </span></span> <a href="https://www.python.org/psf">Python Software Foundation</a> <span lang="fr"><span>.</span></span></p> +<p>Python est développé sous une licence Open Source approuvée OSI, ce qui le rend librement utilisable et distribuable, même pour un usage commercial. La licence de Python est administrée par la <a href="https://www.python.org/psf">Python Software Foundation</a> .</p> <h2 id="Pour_approfondir">Pour approfondir</h2> |