Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"# starting point.\n",
"start = np.random.randn(dim)\n",
"\n",
"# Finally an optional argument called tolerance let's you choose the\n",
"# Finally an optional argument called tolerance lets you choose the\n",
"# stopping point of the search. The tolerance specifies the maximum\n",
"# (supremum) norm of the gradient vector at which the algorithm terminates.\n",
"# If you don't have a specific need for higher or lower accuracy, leaving\n",
Expand Down