From 7776370cbc06e9629d7471613de928abe8bef502 Mon Sep 17 00:00:00 2001 From: Taher Chegini Date: Tue, 29 Oct 2024 10:00:37 -0400 Subject: [PATCH] DOC: Improve writing. [skip ci] --- src/pynhd/pynhd.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pynhd/pynhd.py b/src/pynhd/pynhd.py index f8050f1..a779aed 100644 --- a/src/pynhd/pynhd.py +++ b/src/pynhd/pynhd.py @@ -549,9 +549,8 @@ class WaterData: Note that all ``wbd*`` layers provide access to the October 2020 snapshot of the Watershed Boundary Dataset (WBD). If you need the - latest version, please use - `WBD `__ - class from the `PyGeoHydro `__ + latest version, please use the ``WBD`` class from the + `PyGeoHydro `__ package. crs : str, int, or pyproj.CRS, optional The target spatial reference system, defaults to ``epsg:4326``.