From 90bf48eb4cc3c721af6537d51cef550a41dc4ac9 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:25:38 +0100 Subject: [PATCH] PEP 390: Resolve uses of the default role (#3387) --- pep-0390.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0390.txt b/pep-0390.txt index f10d4fd53..502e43a4f 100644 --- a/pep-0390.txt +++ b/pep-0390.txt @@ -166,8 +166,8 @@ Impact on PKG-INFO generation and PEP 314 ========================================= When ``PKG-INFO`` is generated by Distutils, every field that relies on a -condition will have that condition written at the end of the line, after a `;` -separator:: +condition will have that condition written at the end of the line, after a +``;`` separator:: Metadata-Version: 1.2 Name: distribute