From 36a3d2e96d3e8ce1d73f1b838d07f5586221ce1d Mon Sep 17 00:00:00 2001 From: Muescha <184316+muescha@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:52:26 +0100 Subject: [PATCH] crontab remove double entry in doc (#518) --- docs/parsers/crontab.md | 1 - jc/parsers/crontab.py | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/parsers/crontab.md b/docs/parsers/crontab.md index e79fa83c..93bbd100 100644 --- a/docs/parsers/crontab.md +++ b/docs/parsers/crontab.md @@ -32,7 +32,6 @@ Schema: ], "schedule": [ { - "occurrence" string, "minute": [ string ], diff --git a/jc/parsers/crontab.py b/jc/parsers/crontab.py index 3fae53b8..82d59581 100644 --- a/jc/parsers/crontab.py +++ b/jc/parsers/crontab.py @@ -27,7 +27,6 @@ Schema: ], "schedule": [ { - "occurrence" string, "minute": [ string ],