From 0027908e9e5d23f9967e5f5465e0dda1b45046e6 Mon Sep 17 00:00:00 2001
From: Joshua Storck <joshua.storck@twosigma.com>
Date: Wed, 30 Oct 2019 15:02:18 -0400
Subject: [PATCH] Removing :py:func: and :ref: from changelog as it's not
 supported by towncrier

---
 changelog/6061.feature.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/changelog/6061.feature.rst b/changelog/6061.feature.rst
index b7804a008..11f548625 100644
--- a/changelog/6061.feature.rst
+++ b/changelog/6061.feature.rst
@@ -1,5 +1,4 @@
-Adding the pluginmanager as an option to :py:func:`~hookspec.pytest_addoption`
+Adding the pluginmanager as an option ``pytest_addoption``
 so that hooks can be invoked when setting up command line options. This is
 useful for having one plugin communicate things to another plugin,
-such as default values or which set of command line options to add. See
-:ref:`Using hooks in pytest_addoption <addoptionhooks>` for more details.
+such as default values or which set of command line options to add.