From f4d30706b72842648ebf8d3f35319761218a6c90 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Fri, 2 Feb 2024 10:06:05 +0100 Subject: [PATCH] fix typo --- doc/ReleaseMixin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ReleaseMixin.md b/doc/ReleaseMixin.md index 5d58f07..50a9122 100644 --- a/doc/ReleaseMixin.md +++ b/doc/ReleaseMixin.md @@ -41,7 +41,7 @@ classDiagram ### build.py ```python -rom os import environ +from os import environ from pybuilder.core import task, init from ddadevops import *