Skip to content

Commit 2c5d4f1

Browse files
committed
add parantheses to calls
1 parent 9e5d121 commit 2c5d4f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/02-api-overview/release_notes_241.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
" * [`prepare_data()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.prepare_data)\n",
5050
" * Remove warnings regarding status for various *torchvision* namespaces\n",
5151
"* [Inferencing Methods](/python/latest/api-reference/arcgis.learn.toc.html#inferencing-methods)\n",
52-
" * [`classify_objects`](/python/latest/api-reference/arcgis.learn.toc.html#classify-objects)\n",
52+
" * [`classify_objects()`](/python/latest/api-reference/arcgis.learn.toc.html#classify-objects)\n",
5353
" * Fixes error where *threshold* is ignored when using *input_features* argument\n",
54-
" * [`classify_pixels`](/python/latest/api-reference/arcgis.learn.toc.html#classify-pixels)\n",
54+
" * [`classify_pixels()`](/python/latest/api-reference/arcgis.learn.toc.html#classify-pixels)\n",
5555
" * Fixes tool failure because of inability to load *HEDEdgeDetector* model\n",
5656
"* [Model Management](/python/latest/api-reference/arcgis.learn.toc.html#model-management)\n",
5757
" * [`train_model()`](/python/latest/api-reference/arcgis.learn.toc.html#arcgis.learn.train_model)\n",

0 commit comments

Comments
 (0)