diff --git a/docs/examples/search_json_examples.ipynb b/docs/examples/search_json_examples.ipynb index 9ce1efc0ec..b641a6022d 100644 --- a/docs/examples/search_json_examples.ipynb +++ b/docs/examples/search_json_examples.ipynb @@ -30,7 +30,7 @@ "import redis.commands.search.aggregation as aggregations\n", "import redis.commands.search.reducers as reducers\n", "from redis.commands.search.field import TextField, NumericField, TagField\n", - "from redis.commands.search.indexDefinition import IndexDefinition, IndexType\n", + "from redis.commands.search.index_definition import IndexDefinition, IndexType\n", "from redis.commands.search.query import NumericFilter, Query\n", "\n", "\n",