From f5edad51a54350c4717df73f31fee1eceb194f81 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 20:49:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index 4cf6f34..57aff44 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -257,9 +257,9 @@ se3 = SummarizedExperiment( ```python from biocutils import relaxed_combine_columns, combine_columns -se_combined = combine_columns(se2, se1) +se_combined = combine_columns(se2, se1) se_relaxed_combine = relaxed_combine_columns(se1, se2, se3) ``` -Similarly one can perform `combine_rows` and `relaxed_combine_rows` operations. \ No newline at end of file +Similarly one can perform `combine_rows` and `relaxed_combine_rows` operations.