Skip to content

Commit e868422

Browse files
authored
Fix conflicting import for entropy (#186)
1 parent 3bb3514 commit e868422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ nats for this distribution is `ln(1 - 0) = 0`.
7272
```@example MAIN
7373
using Entropies
7474
using Statistics
75-
using Distributions
75+
using Distributions: Uniform
7676
using CairoMakie
7777
7878
# Define estimators

0 commit comments

Comments
 (0)