summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/tclOOScript.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tclOOScript.tcl b/tools/tclOOScript.tcl
index 8167f83..f1d582b 100644
--- a/tools/tclOOScript.tcl
+++ b/tools/tclOOScript.tcl
@@ -583,7 +583,7 @@
#
# Namespaces used as implementation vectors for oo::define and
# oo::objdefine when the class/instance is configurable.
- #
+ #
# ------------------------------------------------------------------
namespace eval configurableclass {
@@ -739,7 +739,7 @@
# configure --
# Method for providing client access to the property mechanism.
# Has a user-facing API similar to that of [chan configure].
- #
+ #
method configure -export args {
::if {![::info exists my]} {
::set my [::namespace which my]