From 92c2907c12d32df3d88be503af2c44e154fa0500 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 11 Oct 2023 23:32:41 +0800 Subject: [PATCH] Fix wrong indentation in nested list. --- triage/triage-team.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/triage/triage-team.rst b/triage/triage-team.rst index a3e703595..6255ea429 100644 --- a/triage/triage-team.rst +++ b/triage/triage-team.rst @@ -35,9 +35,10 @@ following: * PRs proposing solely cosmetic changes * PRs proposing changes to deprecated modules * PRs that are no longer relevant. This includes: - - PRs proposing fixes for bugs that can no longer be reproduced - - PRs proposing changes that have been rejected by Python core developers - elsewhere (e.g. in an issue or a PEP rejection notice) + + - PRs proposing fixes for bugs that can no longer be reproduced + - PRs proposing changes that have been rejected by Python core developers + elsewhere (e.g. in an issue or a PEP rejection notice) If a triager has any doubt about whether to close a PR, they should consult a core developer before taking any action.