diff --git a/docs/docs/how_to/custom_tools.ipynb b/docs/docs/how_to/custom_tools.ipynb index d16e9859746..f0e4126cb0f 100644 --- a/docs/docs/how_to/custom_tools.ipynb +++ b/docs/docs/how_to/custom_tools.ipynb @@ -141,7 +141,7 @@ "{'description': 'Multiply a by the maximum of b.',\n", " 'properties': {'a': {'description': 'scale factor',\n", " 'title': 'A',\n", - " 'type': 'string'},\n", + " 'type': 'integer'},\n", " 'b': {'description': 'list of ints over which to take maximum',\n", " 'items': {'type': 'integer'},\n", " 'title': 'B',\n",