python-docs-fr/tutorial
Julien Palard 2a4be3dd02 Automatically review columns.
Checked using and some manual proofreading:

def check_entry(po_file, entry):
    if entry.msgid.endswith(' ::'):
        return
    if entry.msgid.endswith('::'):
        if entry.msgstr.endswith(': ::'):
            return
        entry.msgstr = entry.msgstr.rstrip(' :. ') + ' ::'
2018-03-20 23:58:00 +01:00
..
appendix.po 'Tutorial Appendix' Review. 2018-03-10 14:47:28 +01:00
appetite.po merge pot files. 2018-02-08 10:02:29 +01:00
classes.po Automatically review columns. 2018-03-20 23:58:00 +01:00
controlflow.po Automatically review columns. 2018-03-20 23:58:00 +01:00
datastructures.po Tutorial Datastructures Review: back to original msgid. 2018-02-06 23:35:18 +01:00
errors.po Automatically review columns. 2018-03-20 23:58:00 +01:00
floatingpoint.po Automatically review columns. 2018-03-20 23:58:00 +01:00
index.po merge pot files. 2018-02-08 10:02:29 +01:00
inputoutput.po Tutorial Input-Output Review. 2018-02-10 09:11:46 +01:00
interactive.po Tutorial Interactive Input Review. 2018-03-01 22:27:02 +01:00
interpreter.po Automatically review columns. 2018-03-20 23:58:00 +01:00
introduction.po Automatically review columns. 2018-03-20 23:58:00 +01:00
modules.po Tutorial Modules Review. 2018-02-08 09:57:51 +01:00
stdlib.po Automatically review columns. 2018-03-20 23:58:00 +01:00
stdlib2.po Tutorial Standard Library - part II Review. 2018-02-14 13:50:13 +01:00
venv.po Automatically review columns. 2018-03-20 23:58:00 +01:00
whatnow.po Merge branch '3.6' into tutowhatnow 2018-02-17 21:19:57 +01:00