From 80cee7a6cb864ff80d1a5e76e71d68e132a2f3f3 Mon Sep 17 00:00:00 2001 From: Matteo Bachetti Date: Thu, 25 May 2023 13:41:06 +0200 Subject: [PATCH] Fix typo [skip ci] --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c9f39fd16..f1758e7a0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ New Features ^^^^^^^^^^^^ - Phase Dispersion Minimization as a method to search for periodic signals - in data is now implemented in the ``istingray.pulse`` submodule. To use it, + in data is now implemented in the ``stingray.pulse`` submodule. To use it, you can use the ``phase_dispersion_search`` function in ``stingray.pulse.search``. The accompanying statistical tests are located in the ``stingray.stats`` module, under ``phase_dispersion_probability``,