Browse Source

silly fix here, added an end quote to two comment blocks, so that the emacs color formatting works

Zachary Pavlov 20 years ago
parent
commit
c8dbf0251f

+ 1 - 1
direct/src/distributed/DistributedObject.py

@@ -75,7 +75,7 @@ class DistributedObject(PandaObject):
             """
             print out "doId(parentId,zoneId) className
                 and conditionally show generated, disabled, neverDisable,
-                or cachable
+                or cachable"
             """
             spaces=' '*(indent+2)
             try:

+ 1 - 1
direct/src/distributed/DistributedObjectAI.py

@@ -55,7 +55,7 @@ class DistributedObjectAI(DirectObject):
             """
             print out doId(parentId,zoneId) className
                 and conditionally show generated, disabled, neverDisable,
-                or cachable
+                or cachable"
             """
             spaces=' '*(indent+2)
             try: