From d2cfce96f7877756dfed008f565fcf62f4baef9d Mon Sep 17 00:00:00 2001 From: Joel Pasvolsky Date: Wed, 3 May 2023 11:49:42 -0700 Subject: [PATCH] Remove forgotten :code: directive --- README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.rst b/README.rst index 78091535..65a9ed5b 100644 --- a/README.rst +++ b/README.rst @@ -25,8 +25,6 @@ quantum computers and other binary quadratic model samplers. This example generates a Pegasus graph of the size used by Advantage QPUs. -.. code: python - >>> import dwave_networkx as dnx >>> graph = dnx.pegasus_graph(16)