[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/location/pickling.py locationCopy docstring uses a single backslash (in ASCII art).

Marius Gedminas marius at pov.lt
Tue Mar 8 05:16:44 EST 2005


Log message for revision 29417:
  locationCopy docstring uses a single backslash (in ASCII art).
  
  

Changed:
  U   Zope3/trunk/src/zope/app/location/pickling.py

-=-
Modified: Zope3/trunk/src/zope/app/location/pickling.py
===================================================================
--- Zope3/trunk/src/zope/app/location/pickling.py	2005-03-08 06:43:20 UTC (rev 29416)
+++ Zope3/trunk/src/zope/app/location/pickling.py	2005-03-08 10:16:43 UTC (rev 29417)
@@ -27,7 +27,7 @@
 import zope.interface
 
 def locationCopy(loc):
-    """Return a copy of an object, and anything in it
+    r"""Return a copy of an object, and anything in it
 
     If object in the location refer to objects outside of the
     location, then the copies of the objects in the location refer to



More information about the Zope3-Checkins mailing list