Skip to content

Commit ed57c12

Browse files
committed
licence --> license and readme typos
1 parent 5d85145 commit ed57c12

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

Pythonwin/Scintilla/README_pythonwin renamed to Pythonwin/Scintilla/README_pythonwin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
This is a copy of Scintilla 4.4.6 used for Pythonwin.
22

3-
Scintilla's home is https://www.scintilla.org/
3+
Scintilla's home is <https://www.scintilla.org/>
44

55
Only the sources relevant to Scintilla under Pythonwin are
6-
included (plus the Scintilla Licence.txt and README).
6+
included (plus the Scintilla `License.txt` and `README`).
77
For the full set of Scintilla sources, including its documentation
8-
and companion editor SciTE, see https://www.scintilla.org/ .
8+
and companion editor SciTE, see <https://www.scintilla.org/>.
99

1010
When updating the Scintilla source, also update the copyright year
1111
in Pythonwin/pywin/framework/app.py and regenerate

Pythonwin/pywin/idle/readme.txt renamed to Pythonwin/pywin/idle/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pythonwin IDLE directory
33

44
This directory contains IDLE extensions used by
55
Pythonwin. The files in this directory that also appear in the main IDLE
6-
directory are intended be indentical to the latest available for IDLE.
6+
directory are intended be identical to the latest available for IDLE.
77

88
If you use IDLE from the CVS sources, then the files should be
99
identical. If you have a Python version installed that is more recent

Pythonwin/win32win.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ PyObject *PyCWnd::CreateControl(PyObject *self, PyObject *args)
429429
&id, // @pyparm int|id||The child ID for the view
430430
&obPersist, // @pyparm object|obPersist|None|Place holder for future support.
431431
&bStorage, // @pyparm int|bStorage|FALSE|Not used.
432-
&obLicKey)) // @pyparm string|licKey|None|The licence key for the control.
432+
&obLicKey)) // @pyparm string|licKey|None|The license key for the control.
433433
return NULL;
434434

435435
if (!PyWinObject_AsTCHAR(obClass, &szClass, FALSE))

SWIG/readme.txt renamed to SWIG/readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ SWIG for Win32 Extensions Readme
44
This is a release of SWIG 1.1 with slight customizations for Windows.
55
This release of SWIG should be used only for building the various Win32
66
and COM extensions for Windows. For the official releases of SWIG and
7-
more information about SWIG, please visit www.swig.org
7+
more information about SWIG, please visit <www.swig.org>
88

9-
To use this:
9+
To use this
1010
-----------
11+
1112
You need to set 2 environment variables for this to work.
1213

1314
SWIG_LIB: Required by SWIG, and must be set to point to the "swig_lib"
@@ -17,4 +18,4 @@ SWIG_EXE: Required by the Win32 extension makefiles, and should be the
1718
fully qualified path to the .exe in this archive. Note that as this
1819
environment variable is used by MSVC, you probably need to set this
1920
variable globally (ie, either in autoexec.bat, or Control Panel->System-
20-
>Environment.
21+
>Environment).

win32/Lib/win32timezone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Copyright © 2003-2012.
1111
All Rights Reserved.
1212
13-
This module is licenced for use in Mark Hammond's pywin32
13+
This module is licensed for use in Mark Hammond's pywin32
1414
library under the same terms as the pywin32 library.
1515
1616
To use this time zone module with the datetime module, simply pass

0 commit comments

Comments
 (0)