mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typos for gnuchash/ doc/ bindings/ and misc.
Typos found via `codespell -q 3 -D ~/Projects/codespell/codespell_lib/data/dictionary.txt -S *.po,./po,*.min.js,./ChangeLog*,./NEWS,./doc/README*,./AUTHORS,./libgnucash/tax/us/txf-de*,./data/accounts -L ans,cas,dragable,gae,iff,iif,mut,nd,numer,startd,stoll`
This commit is contained in:
@@ -48,7 +48,7 @@ class ClassFromFunctions(object):
|
||||
add_method and add_methods_with_prefix.
|
||||
"""
|
||||
def __new__(cls, *args, **kargs):
|
||||
# why reimpliment __new__? Because later on we're going to
|
||||
# why reimplement __new__? Because later on we're going to
|
||||
# use new to avoid creating new instances when existing instances
|
||||
# already exist with the same __instance value, or equivalent __instance
|
||||
# values, where this is desirable...
|
||||
|
||||
Reference in New Issue
Block a user