Skip to content

Commit 83dd722

Browse files
committed
Improve docstrings
1 parent fcb5017 commit 83dd722

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/transforms/kmedoids.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Optionally, specify a dictionary of `weights` for each column to
1616
affect the underlying table distance from TableDistances.jl, and
1717
a random number generator `rng` to obtain reproducible results.
1818
19-
## Examples
19+
# Examples
2020
2121
```julia
2222
KMedoids(3)

src/transforms/spectralindex.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SpectralIndex("NDVI")
1818
# water index
1919
SpectralIndex("NDWI")
2020
21-
# specify "R" (red) and "N" (near infra red) columns
21+
# specify R (red) and N (near infra red) columns
2222
SpectralIndex("NDVI", R="col1", N="col4")
2323
```
2424

0 commit comments

Comments
 (0)