Skip to content

Commit

Permalink
Update A Tour of Cybersec notebook features.ipynb (#233)
Browse files Browse the repository at this point in the history
Update nbwidgets.QueryTime "unit" Arg to "units"

Co-authored-by: Ian Hellen <ianhelle@microsoft.com>
  • Loading branch information
hchiphong and ianhelle committed Oct 5, 2023
1 parent 58b2f89 commit 1b613c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A Tour of Cybersec notebook features.ipynb
Expand Up @@ -372,7 +372,7 @@
"\n",
"Example of using standalone `nbwidgets.QueryTime` instance\n",
"```python\n",
"timerange = nbwidgets.QueryTime(unit=\"day\")\n",
"timerange = nbwidgets.QueryTime(units=\"day\")\n",
"\n",
"qry_prov.WindowsSecurity.list_host_logons(timerange, host_name=\"my_host\")\n",
"```"
Expand Down

0 comments on commit 1b613c3

Please sign in to comment.