Skip to content

Commit

Permalink
Merge c354c86 into 5989965
Browse files Browse the repository at this point in the history
  • Loading branch information
femtocleaner[bot] committed Aug 22, 2018
2 parents 5989965 + c354c86 commit a98cbbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/starting.md
Expand Up @@ -11,7 +11,7 @@ We start by drawing 100 observations from a standard-normal random variable.
The first step is to set up the environment:

```julia
julia> using Compat, Compat.Random, Distributions
julia> using Compat, Random, Distributions

julia> Random.seed!(123) # Setting the seed
```
Expand Down
2 changes: 0 additions & 2 deletions src/Distributions.jl
@@ -1,5 +1,3 @@
__precompile__(true)

module Distributions

using StatsBase, PDMats, StatsFuns, Statistics
Expand Down

0 comments on commit a98cbbb

Please sign in to comment.