Skip to content

Commit

Permalink
Fix import typo on README.md (#6)
Browse files Browse the repository at this point in the history
* fix example of import statement
  • Loading branch information
mfastudillo authored Jun 2, 2024
1 parent ad486ce commit 57cd42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ As these downsides are significant, this library keeps *both the unit process an
Start by getting an estimate on how much faster an aggregated calculation would be with:

```python
import bw_aggregated as bwa
import bw_aggregation as bwa
bwa.AggregatedDatabase.estimate_speedup("<database label>")
```

Expand Down

0 comments on commit 57cd42a

Please sign in to comment.