diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-26 01:48:54 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-26 01:48:54 -0700 |
commit | 1924d58159ce340f96dd1443890f8cc99ad81976 (patch) | |
tree | 33ea3220cc0651479d6a53da5d1b5d8151d8a5de /fr-fr | |
parent | cbb2eb4f005ed6bf345323de02b3f5bb6ff2ee19 (diff) |
[python/*] proofread en and ru and all links
Diffstat (limited to 'fr-fr')
-rw-r--r-- | fr-fr/python-fr.html.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fr-fr/python-fr.html.markdown b/fr-fr/python-fr.html.markdown index 2bab900b..15abab4d 100644 --- a/fr-fr/python-fr.html.markdown +++ b/fr-fr/python-fr.html.markdown @@ -713,8 +713,7 @@ print(say(say_please=True)) # affiche Can you buy me a beer? Please! I am poor * [Dive Into Python](http://www.diveintopython.net/) * [Ideas for Python Projects](http://pythonpracticeprojects.com) * [The Official Docs](http://docs.python.org/3/) -* [Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/) -* [A Crash Course in Python for Scientists](http://nbviewer.ipython.org/5920182) +* [Hitchhiker's Guide to Python](http://docs.python-guide.org/) * [Python Course](http://www.python-course.eu/index.php) * [First Steps With Python](https://realpython.com/learn/python-first-steps/) |