From 562028d88389cb32bae32f69d86156b765a27bcc Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 21 May 2019 21:38:10 +0100 Subject: [PATCH] DOC/CLN: wil -> will --- pandas/core/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 76910f425836e..623e2b4863029 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -926,7 +926,7 @@ def squeeze(self, axis=None): a 1 Name: 0, dtype: int64 - Squeezing all axes wil project directly into a scalar: + Squeezing all axes will project directly into a scalar: >>> df_0a.squeeze() 1