diff --git a/cellpack/autopack/ingredient/Ingredient.py b/cellpack/autopack/ingredient/Ingredient.py index 4dff634f..b2d367f8 100644 --- a/cellpack/autopack/ingredient/Ingredient.py +++ b/cellpack/autopack/ingredient/Ingredient.py @@ -84,7 +84,7 @@ class DistributionTypes(MetaEnum): class DistributionOptions(MetaEnum): - "All available count options" + # All available distribution options MIN = "min" MAX = "max" MEAN = "mean"