Skip to content

Commit c3a5c05

Browse files
committed
Fixed typo in import code
1 parent de66e0a commit c3a5c05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/quantum/estimate-resources-quantum-algorithms/includes/5-estimate-resources-of-a-real-world-problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To create Shor's algorithm in Q#, follow these steps:
1919
1. In the first cell, import the `qsharp` module and the `EstimateDetails` function from the `qdk.widgets` module:
2020

2121
```python
22-
import qdk import qsharp
22+
from qdk import qsharp
2323
from qdk.widgets import EstimateDetails
2424
```
2525

0 commit comments

Comments
 (0)