From a193703b7effa42276dad1c1b99be2a18591652d Mon Sep 17 00:00:00 2001 From: Paul W. Frields Date: Aug 30 2017 19:15:06 +0000 Subject: Fix parameter name "text" -> "default" --- diff --git a/docs/realdata.rst b/docs/realdata.rst index 2658212..6ca4aaf 100644 --- a/docs/realdata.rst +++ b/docs/realdata.rst @@ -38,8 +38,8 @@ to look like this:: help="The Bugzilla email address.", )] -You could have kept the ``text`` parameter and added ``email``, but since it's -not going to be used anymore, just remove it. +You could have kept the ``default`` parameter and added ``email``, but +since it's not going to be used anymore, just remove it. Updating the view