From c8c476730ba93014bd4d4781524e4981ddf50d93 Mon Sep 17 00:00:00 2001 From: Iwan Aucamp Date: Mon, 18 Jul 2022 16:42:42 +0200 Subject: [PATCH] docs: fix typo --- docs/upgrade4to5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade4to5.rst b/docs/upgrade4to5.rst index 1db67d648..1859ff1ac 100644 --- a/docs/upgrade4to5.rst +++ b/docs/upgrade4to5.rst @@ -78,7 +78,7 @@ General Bugs Fixed: `PR #649 `_ * RDFa parsing Error! ``__init__()`` got an unexpected keyword argument 'encoding' `ISSUE #639 `_ -* Bugfix: ``term.Literal.__add__``` +* Bugfix: ``term.Literal.__add__`` `PR #451 `_ * fixup of #443 `PR #445 `_