From 0087e0316f7d2c344d65bb274374627084aeb5de Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 28 Oct 2021 13:51:20 +0200 Subject: [PATCH] Fix the ref to `ClientSession` in change note --- CHANGES/6013.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/6013.feature b/CHANGES/6013.feature index 4b4b191bff4..82d1be03a1b 100644 --- a/CHANGES/6013.feature +++ b/CHANGES/6013.feature @@ -1 +1 @@ -Added ``base_url`` parameter to the initializer of :class:`ClientSession`. +Added ``base_url`` parameter to the initializer of :class:`~aiohttp.ClientSession`.