Updated copyright blurbs in all files to '# Copyright'
[hooke.git] / hooke / __init__.py
index 7a2af6c25bb6af3d0f5fdef9958d9157e4fd3522..ed8eb58e3340ee642a79ee0c4d51bb7eebf017af 100644 (file)
@@ -1,6 +1,6 @@
-# COPYRIGHT
+# Copyright
 
-"""The hooke module does all the legwork for Hooke_ (BE).
+"""The hooke module does all the legwork for Hooke_.
 
 .. _hooke: http://code.google.com/p/hooke/
 
@@ -40,7 +40,7 @@ def version(depth=-1, version_tuple=None):
 
     Since I seem to be unable to override __version__ in a Doctest,
     we'll pass the version tuple in as an argument.  You can ignore
-    ``version_tuple``.
+    `version_tuple`.
 
     >>> v = (1, 2, 3, 'devel', '20100501', 'Kenzo')