From aa9b57936ad4f163e59dd50e4d37ab9e74c6817d Mon Sep 17 00:00:00 2001 From: phofl Date: Sat, 23 May 2020 15:09:12 +0200 Subject: [PATCH 1/2] DOC: Fix reference, old file was separated last year --- pandas/tests/io/formats/test_to_excel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/io/formats/test_to_excel.py b/pandas/tests/io/formats/test_to_excel.py index 883240b74c32c..e586e4b54db32 100644 --- a/pandas/tests/io/formats/test_to_excel.py +++ b/pandas/tests/io/formats/test_to_excel.py @@ -1,6 +1,6 @@ """Tests formatting as writer-agnostic ExcelCells -ExcelFormatter is tested implicitly in pandas/tests/io/test_excel.py +ExcelFormatter is tested implicitly in pandas/tests/io/excel tests """ import pytest From 84de4424c277b98408ffef02bd67f44f199a49b1 Mon Sep 17 00:00:00 2001 From: phofl Date: Mon, 25 May 2020 23:36:38 +0200 Subject: [PATCH 2/2] Make comment more writable --- pandas/tests/io/formats/test_to_excel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/tests/io/formats/test_to_excel.py b/pandas/tests/io/formats/test_to_excel.py index e586e4b54db32..8529a0fb33b67 100644 --- a/pandas/tests/io/formats/test_to_excel.py +++ b/pandas/tests/io/formats/test_to_excel.py @@ -1,6 +1,6 @@ """Tests formatting as writer-agnostic ExcelCells -ExcelFormatter is tested implicitly in pandas/tests/io/excel tests +ExcelFormatter is tested implicitly in pandas/tests/io/excel """ import pytest