From f967efe09002d703afe1007e117a091ed915f0a5 Mon Sep 17 00:00:00 2001 From: Yan Date: Tue, 12 Nov 2024 17:12:11 -0700 Subject: [PATCH] comment --- example_module/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_module/__init__.py b/example_module/__init__.py index cc1f97d..24796d7 100644 --- a/example_module/__init__.py +++ b/example_module/__init__.py @@ -58,7 +58,7 @@ def verify(self, binary=None, **kwargs): class Shell1604(ShellExample): """ - The same example, built using 16.04. + The same example, built using Ubuntu 16.04. """ BUILD_IMAGE = "pwncollege/pwnshop-builder:ubuntu1604"