File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ Error Handling
121121``` python
122122>> > instance = vultr.create_instance(" atl" , " vc2-1c-0.5gb-v6" , ** data)
123123Traceback (most recent call last):
124- ...
125124vultr.vultr.VultrException: Error 400 : Server add failed: Ubuntu 24.04 LTS x64 requires a plan with at least 1000 MB memory.
126125```
127126
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ Error Handling
9999``` python
100100>> > instance = vultr.create_instance(" atl" , " vc2-1c-0.5gb-v6" , ** data)
101101Traceback (most recent call last):
102- ...
103102vultr.vultr.VultrException: Error 400 : Server add failed: Ubuntu 24.04 LTS x64 requires a plan with at least 1000 MB memory.
104103```
105104
@@ -122,3 +121,5 @@ except VultrException as error:
122121Vultr API Reference: [ https://www.vultr.com/api ] ( https://www.vultr.com/api/?ref=6905748 )
123122
124123---
124+
125+ <p style =" font-size : 2em ; font-weight : 300 ;" >API Documentation</p >
Original file line number Diff line number Diff line change 2626
2727 <script type =" text/javascript" >
2828 document .addEventListener (' DOMContentLoaded' , () => {
29- console .log (' processing:' , globalThis .location )
3029 for (const el of document .querySelectorAll (' a' )) {
3130 if (el .host && el .host !== globalThis .location .host ) {
32- console .log (' el:' , el)
3331 el .target = ' _blank'
3432 el .rel = ' noopener'
3533 }
You can’t perform that action at this time.
0 commit comments