diff options
author | Georg Brandl <georg@python.org> | 2007-11-11 15:16:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-11-11 15:16:16 (GMT) |
commit | 03c1d1e9c4bad8814d11060dc28942a7819f4814 (patch) | |
tree | 59fd6d02001d600e4d0f875f70a2a717dea9ba1e | |
parent | 95dd03b8b814151f13c1b2a0259eeab4fd47bc72 (diff) | |
download | cpython-03c1d1e9c4bad8814d11060dc28942a7819f4814.zip cpython-03c1d1e9c4bad8814d11060dc28942a7819f4814.tar.gz cpython-03c1d1e9c4bad8814d11060dc28942a7819f4814.tar.bz2 |
Remove duplication of "this".
-rw-r--r-- | Doc/reference/introduction.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/introduction.rst b/Doc/reference/introduction.rst index 0d53719..5481043 100644 --- a/Doc/reference/introduction.rst +++ b/Doc/reference/introduction.rst @@ -57,7 +57,7 @@ Jython Python for .NET This implementation actually uses the CPython implementation, but is a managed - .NET application and makes .NET libraries available. This was created by Brian + .NET application and makes .NET libraries available. It was created by Brian Lloyd. For more information, see the `Python for .NET home page <http://www.zope.org/Members/Brian/PythonNet>`_. |