From af622b7f691895566a8c553a720a3a6542803c49 Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Tue, 14 Jul 2020 15:38:40 -0400 Subject: [PATCH] Add another TODO item, for making API friendlier --- TODO.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO.rst b/TODO.rst index 3d8dafd..501f91d 100644 --- a/TODO.rst +++ b/TODO.rst @@ -10,6 +10,9 @@ forget. Sprint Possibilities ==================== +* Trying to index a unit class should print help suggesting a unit be + specified, similar to trying to iterate across one. + * Several interesting API questions arise because of `this Stack Overflow question `_. Should I finally go through with renaming ``.position`` to ``.xyz``?