Skip to content

Commit

Permalink
minor typos and tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Jun 17, 2020
1 parent a9624c0 commit 346fe89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ New and improved in this release:

* Added orientation parameter to UltimateListControl.GetScrollPos. (PR#1632)

* wx.lib.agw.aui..AuiNotebook RemovePage() now hides the removed page, so it
* wx.lib.agw.aui.AuiNotebook RemovePage() now hides the removed page, so it
needs to be shown again if it is reused in another place. (PR#1668)

* Fixed issue that could modify `bytes` objects under Python. (PR#1680)
Expand Down
4 changes: 2 additions & 2 deletions etg/wxdatetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ def fixParseMethod(m, code):
wxTimeSpan operator-(const wxDateTime& dt2) const;
"""))

# Add some code to automatically convert from a Python datetime.date or a
# datetime.datetime object
# Add some code (like MappedTypes) to automatically convert from a Python
# datetime.date or a datetime.datetime object
c.convertFromPyObject = """\
// Code to test a PyObject for compatibility with wxDateTime
if (!sipIsErr) {
Expand Down
2 changes: 1 addition & 1 deletion src/longlong.sip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//--------------------------------------------------------------------------
// Name: datetime.sip
// Name: longlong.sip
// Purpose: Implements a %MappedType for wxLongLong
//
// Author: Robin Dunn
Expand Down

0 comments on commit 346fe89

Please sign in to comment.