From 6e825da96cb171aa45ed00a91502e9cba5e08f51 Mon Sep 17 00:00:00 2001 From: Matt Roeschke Date: Mon, 29 Jun 2020 22:04:57 -0700 Subject: [PATCH] REF: Rename NonFixedVariableWindowIndexer to VariableOffsetWindowIndexer --- doc/source/user_guide/computation.rst | 6 +++--- doc/source/whatsnew/v1.1.0.rst | 2 +- pandas/api/indexers/__init__.py | 4 ++-- pandas/core/window/indexers.py | 2 +- pandas/tests/window/test_base_indexer.py | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/source/user_guide/computation.rst b/doc/source/user_guide/computation.rst index 3a524996ea6d9..f36c6e06044f2 100644 --- a/doc/source/user_guide/computation.rst +++ b/doc/source/user_guide/computation.rst @@ -597,15 +597,15 @@ You can view other examples of ``BaseIndexer`` subclasses `here