Explorar o código

improving Wall comment definition

Gilbert Brault %!s(int64=5) %!d(string=hai) anos
pai
achega
203ed9d46e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pysketcher/shapes.py

+ 1 - 1
pysketcher/shapes.py

@@ -1206,7 +1206,7 @@ class Circle(Arc):
 
 class Wall(Shape):
     """
-    defines a plan with thickness, filled with a pattern
+    defines an hached box given starting, ending point and thickness, filled with a pattern
     """
     def __init__(self, x, y, thickness, pattern='/', transparent=False):
         is_sequence(x, y, length=len(x))