Skip to content

Commit

Permalink
Fix typo in documentation.
Browse files Browse the repository at this point in the history
Add a space so the Sphinx generated documentation formats properly.

https://pysal.org/esda/generated/esda.Moran.html#esda.Moran
  • Loading branch information
nbeaver authored Sep 11, 2024
1 parent 90c69cd commit 3ab3704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esda/moran.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class Moran:
0.00027147862770937614
SIDS example replicating OpenGeoda
>>> w = libpysal.io.open(libpysal.examples.get_path("sids2.gal")).read()
>>> f = libpysal.io.open(libpysal.examples.get_path("sids2.dbf"))
>>> SIDR = np.array(f.by_col("SIDR74"))
Expand Down

0 comments on commit 3ab3704

Please sign in to comment.