From 5186434a1b8076cb4f1685e0f7310f054b853e32 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Wed, 16 Nov 2022 15:54:08 -0500 Subject: [PATCH] DOC: Rename Python interactor to Python console Following the integration of https://github.com/Slicer/Slicer/pull/6627, the word `interactor` was replaced with `console`. This was also discussed at https://discourse.slicer.org/t/rename-python-interactor-to-python-console/25897 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b479d..7058297 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -The Slicer Programming Tutorial is an introduction to the Python Interactor and the Qt Widget toolkit in 3D Slicer. +The Slicer Programming Tutorial is an introduction to the Python console [^1] and the Qt Widget toolkit in 3D Slicer. +[^1]: Starting with Slicer 5.2, the `Python interactor` was renamed `Python console` Authors * Sonia Pujol, Ph.D, Director of 3D Slicer Training & Education, Assistant Professor of Radiology, Brigham and Women's Hospital, Harvard Medical School