From 67607bda12a94ff935d0355d3a84eac3eed3ea24 Mon Sep 17 00:00:00 2001 From: Isabel Tuson Date: Mon, 3 Aug 2020 13:02:43 -0400 Subject: [PATCH] fixed sub-techniques snippet --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 8b5231c5e1..69ff6494f0 100644 --- a/USAGE.md +++ b/USAGE.md @@ -409,7 +409,7 @@ def get_techniques_or_subtechniques(src, include="both"): subtechniques = get_techniques_or_subtechniques(src, "subtechniques") -subtechniques = remove_revoked_deprecated(techniques) # see https://github.com/mitre/cti/blob/master/USAGE.md#removing-revoked-and-deprecated-objects +subtechniques = remove_revoked_deprecated(subtechniques) # see https://github.com/mitre/cti/blob/master/USAGE.md#removing-revoked-and-deprecated-objects ``` ### Objects by content