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 ...@@ -20,12 +20,12 @@ Usage: python pyskel.py dotted_name
Example: Example:
cd lib/python 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 The dotted name is the module name and interface object name connected
with a dot. 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 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