Skip to content

Commit 6530975

Browse files
authored
Merge pull request #2284 from Esri/tarun/issue#2283
Resolved `ItemPropertie` typo in Validate user profiles sample
2 parents cd0ccfd + 6db7455 commit 6530975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/03_org_administrators/validate_user_profiles.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"\n",
4545
"import pandas as pd\n",
4646
"\n",
47-
"from arcgis.gis import GIS, ItemPropertie, ItemTypeEnum"
47+
"from arcgis.gis import GIS, ItemProperties, ItemTypeEnum"
4848
]
4949
},
5050
{
@@ -343,7 +343,7 @@
343343
"name": "python",
344344
"nbconvert_exporter": "python",
345345
"pygments_lexer": "ipython3",
346-
"version": "3.11.0"
346+
"version": "3.11.10"
347347
},
348348
"toc": {
349349
"base_numbering": 1,

0 commit comments

Comments
 (0)