From 09cb38c39e7b31355f962c80e915bd89b7c71ba8 Mon Sep 17 00:00:00 2001 From: Dmytro Stebaiev Date: Tue, 2 Apr 2024 16:58:44 +0300 Subject: [PATCH] Fix typo --- python/src/skale_contracts/projects/skale_allocator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/skale_contracts/projects/skale_allocator.py b/python/src/skale_contracts/projects/skale_allocator.py index 6a76b85..952a3e1 100644 --- a/python/src/skale_contracts/projects/skale_allocator.py +++ b/python/src/skale_contracts/projects/skale_allocator.py @@ -1,4 +1,4 @@ -"""Module connects skale-manager project to the SKALE contracts library""" +"""Module connects skale-allocator project to the SKALE contracts library""" from __future__ import annotations from typing import TYPE_CHECKING