Commit 719cf70f authored by Guido van Rossum's avatar Guido van Rossum

Fix typo in docstring (the package is Inerface, not Interfaces).

parent 30f0b09c
......@@ -20,12 +20,12 @@ Usage: python pyskel.py dotted_name
Example:
cd lib/python
python Interfaces/pyskel.py Zope.App.Security.IRoleService.IRoleService
python Interface/pyskel.py Zope.App.Security.IRoleService.IRoleService
The dotted name is the module name and interface object name connected
with a dot.
Revision information: $Id: pyskel.py,v 1.4 2002/06/11 15:34:28 chrism Exp $
Revision information: $Id: pyskel.py,v 1.5 2002/07/09 12:14:42 gvanrossum Exp $
"""
import sys, os, re
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment