diff --recursive Python-3.7.4_orig/Objects/clinic/unicodeobject.c.h Python-3.7.4/Objects/clinic/unicodeobject.c.h 487c487 < "Return a copy of the string with leading and trailing whitespace remove.\n" --- > "Return a copy of the string with leading and trailing whitespace removed.\n" diff --recursive Python-3.7.4_orig/Objects/unicodeobject.c Python-3.7.4/Objects/unicodeobject.c 12473c12473 < Return a copy of the string with leading and trailing whitespace remove. --- > Return a copy of the string with leading and trailing whitespace removed.