From 8fe7eefb4a043f018db116922a0a961e882f7b0c Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Thu, 24 Nov 2022 22:06:44 -0800 Subject: [PATCH] Docs --- wavinfo/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wavinfo/__init__.py b/wavinfo/__init__.py index 0e8aac4..6fc7670 100644 --- a/wavinfo/__init__.py +++ b/wavinfo/__init__.py @@ -1,7 +1,7 @@ """ methods to probe a WAV file for various kinds of production metadata. -Go to the documentation for wavinfo.WavInfoReader for more information. +See the documentation for `wavinfo.WavInfoReader` for more information. """ from .wave_reader import WavInfoReader