From 89ea936652960049bf6ad307df83f52733819683 Mon Sep 17 00:00:00 2001 From: Mykyta Holubakha Date: Wed, 5 Jul 2017 20:53:10 +0300 Subject: Some fixes --- pomu/util/str.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pomu/util/str.py') diff --git a/pomu/util/str.py b/pomu/util/str.py index 96a7c81..11fc514 100644 --- a/pomu/util/str.py +++ b/pomu/util/str.py @@ -1,5 +1,5 @@ """String processing utilities""" -def pivot(string, idx, keep_pivot=True): +def pivot(string, idx, keep_pivot=False): """ A function to split a string in two, pivoting at string[idx]. If keep_pivot is set, the pivot character is included in the second string. -- cgit v1.2.3