Update doc to use the correct order method

Change-Id: I3ec908f4bdba76b233e31eaeae7bdcfe027495d3
Closes-bug: #1747758
This commit is contained in:
Jeremy Liu 2018-02-07 10:01:51 +08:00
parent 262025bd2e
commit 1e6d244ca4
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ Example:
barbican = client.Client(...)
my_order = barbican.orders.key_order()
my_order = barbican.orders.create_key()
my_order.algorithm = 'AES'
my_order.mode = 'CBC'
my_order.bit_length = 256