From 49bf494eacb7e2fc4a0a95d2ea8e2da78554d936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 12 May 2016 19:47:16 +0200 Subject: [PATCH] classref: Readd String.strip_edges description --- doc/base/classes.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 181f6612f01..4418d24f683 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -3619,7 +3619,7 @@ - + @@ -3627,7 +3627,7 @@ - + @@ -34703,6 +34703,7 @@ This method controls whether the position between two cached points is interpola + Return a copy of the string stripped of any non-printable character at the beginning and the end. The optional arguments are used to toggle stripping on the left and right edges respectively.