Skip to content

Commit

Permalink
Update python.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex McCaskey authored Aug 28, 2018
1 parent d8440d7 commit f775cf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ To program this with the XACC Python bindings you could write the following pyth

.. code::
import pyxacc as xacc
from pyxacc import qpu
import xacc
from xacc import qpu
xacc.Initialize()
Expand All @@ -33,4 +33,4 @@ To program this with the XACC Python bindings you could write the following pyth
print(results.getMeasurementStrings())
# Finalize the framework
xacc.Finalize()
xacc.Finalize()

0 comments on commit f775cf2

Please sign in to comment.