Skip to content

Commit 5e83cff

Browse files
authored
Merge pull request #413 from jyaistMap/jy-unfed-server-ex
Fix typos and dictionary key for accessing servers. thanks @jyaistMap
2 parents 3d04adf + e298e7f commit 5e83cff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guide/03-the-gis/administering-your-gis.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668
}
669669
],
670670
"source": [
671-
"#assign one thenth of the available licenses to arcgis_python account\n",
671+
"#assign one tenth of the available credits to arcgis_python account\n",
672672
"api_acc_credits = gis.admin.credits.credits / 10\n",
673673
"gis.admin.credits.allocate(username='arcgis_python', credits=api_acc_credits)"
674674
]
@@ -834,7 +834,7 @@
834834
"\n",
835835
"<blockquote><b>Note:</b> Federation only applies to ArcGIS Enterprise orgs. If your GIS is an org on ArcGIS Online, you cannot perform these tasks</blockquote>\n",
836836
"\n",
837-
"The `Federation` class of the `admin` module allows GIS administrators to script and automate tasks such as listing the serves in a GIS, identifying their role and function, federating new servers, unfederating servers under maintenance, validating the list of servers etc."
837+
"The `Federation` class of the `admin` module allows GIS administrators to script and automate tasks such as listing the servers in a GIS, identifying their role and function, federating new servers, unfederating servers under maintenance, validating the list of servers etc."
838838
]
839839
},
840840
{
@@ -959,7 +959,7 @@
959959
}
960960
],
961961
"source": [
962-
"gis.admin.federation.servers[1]['id']"
962+
"gis.admin.federation.servers['servers'][1]['id']"
963963
]
964964
},
965965
{
@@ -2023,7 +2023,7 @@
20232023
"name": "python",
20242024
"nbconvert_exporter": "python",
20252025
"pygments_lexer": "ipython3",
2026-
"version": "3.5.2"
2026+
"version": "3.6.6"
20272027
}
20282028
},
20292029
"nbformat": 4,

0 commit comments

Comments
 (0)