2021-12-04 Fred Gleason <fredg@paravelsystems.com>

* Fixed multiple typos in the inline documentation for the
	'rivwebpyapi' API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-12-04 14:00:56 -05:00
parent 308636eb72
commit bdb038f7b1
9 changed files with 35 additions and 24 deletions

View File

@@ -55,13 +55,13 @@ if((not url)or(not username)):
sys.exit(1)
#
# Get the cart list
# Get the cut list
#
webapi=rivwebpyapi.rivwebpyapi(url=url,username=username,password=password)
cuts=webapi.ListCuts(cart_number=cart_number)
#
# Display the cart list
# Display the cut list
#
for cut in cuts:
print('cutName: '+str(cut['cutName']))