Skip to content

Commit 60aeb79

Browse files
committed
#265 Improve spelling
1 parent be7d7f9 commit 60aeb79

4 files changed

Lines changed: 97 additions & 7 deletions

File tree

.vscode/cspell.json

Lines changed: 93 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,98 @@
22
"version": "0.2",
33
"language": "en",
44
"words": [
5+
"abstractfactory",
56
"alnum",
67
"Analysing",
78
"applehelp",
89
"autodoc",
910
"autodocsumm",
1011
"automodule",
1112
"autosectionlabel",
13+
"Blacklick",
1214
"BUILDKIT",
15+
"BUILDOUT",
1316
"buildx",
17+
"CAND",
1418
"CCLA",
19+
"CEXCL",
20+
"CFBOM",
21+
"CFCALL",
22+
"CFRTN",
23+
"CFUNC",
1524
"CODEOWNER",
25+
"CONFIGCHKSUM",
26+
"configmanager",
27+
"CSTAB",
1628
"devhelp",
29+
"DEXCL",
30+
"DFBOM",
31+
"DFCALL",
32+
"DFUNC",
33+
"DISQUAL",
34+
"Disqualifier",
35+
"dists",
1736
"Dockerfiles",
1837
"DOCKERHUB",
1938
"docstrings",
39+
"DRLIC",
40+
"DSRC",
41+
"DSRCID",
2042
"DYLD",
43+
"ECLASS",
44+
"EFBOM",
45+
"EFCALL",
46+
"EFEATS",
47+
"EFUNC",
48+
"elete",
49+
"ERFRAG",
2150
"errorlevel",
51+
"ERRULE",
52+
"ETYPE",
53+
"FBOM",
54+
"FBOVR",
55+
"FCLASS",
56+
"FELEM",
57+
"felems",
58+
"FMES",
2259
"fpvs",
60+
"FTYPE",
61+
"FVME",
2362
"genindex",
63+
"GNRNP",
64+
"GPLAN",
65+
"hange",
2466
"htmlcov",
2567
"htmlhelp",
2668
"ICLA",
2769
"intersphinx",
2870
"isort",
2971
"jquery",
3072
"jsmath",
73+
"Kusha",
3174
"kwargs",
75+
"LENSRL",
76+
"LIBFEAT",
77+
"linenos",
78+
"literalinclude",
79+
"locklist",
3280
"lukehinds",
81+
"MMDD",
82+
"MMYY",
3383
"modindex",
3484
"mypy",
85+
"NAMEADDR",
86+
"NAMEDATE",
87+
"NAMEPHONE",
88+
"NAMEREGION",
3589
"oneline",
3690
"OSARCH",
3791
"osdetect",
3892
"OSTYPE",
93+
"PARAMSTORE",
94+
"peaceiris",
95+
"PKCS",
96+
"PNAME",
3997
"popd",
4098
"projectatomic",
4199
"psutil",
@@ -46,34 +104,66 @@
46104
"pydoc",
47105
"pylint",
48106
"pypa",
107+
"pypi",
49108
"pyproject",
50109
"pytest",
51110
"PYTHONPATH",
52111
"qthelp",
112+
"RCLASS",
113+
"RECOGNISED",
53114
"remoteliteralinclude",
115+
"reresolve",
116+
"RESOURCEPATH",
117+
"Retryable",
54118
"rootfs",
119+
"RPRT",
120+
"RTYPE",
121+
"SCORESET",
55122
"Senzing",
56123
"senzingsdk",
57124
"serializinghtml",
58125
"setuptools",
126+
"SFCALL",
127+
"SFUNC",
59128
"shellcheck",
129+
"Sigstore",
130+
"SNAME",
131+
"SOPIN",
60132
"SOURCEDIR",
61133
"SPHINXBUILD",
62134
"sphinxcontrib",
63135
"sphinxext",
64136
"SPHINXOPTS",
65137
"stackoverflow",
138+
"szabstractfactory",
139+
"szconfig",
140+
"szconfigmanager",
141+
"SZCONFIGMGR",
142+
"szconstants",
143+
"szdiagnostic",
144+
"szengine",
66145
"szengineflags",
146+
"szerror",
147+
"szexception",
148+
"SZHASHER",
149+
"szhelpers",
150+
"szproduct",
151+
"SZSS",
67152
"testdata",
68153
"testpypi",
69154
"toctree",
70155
"toplevel",
156+
"truthset",
71157
"typehints",
72158
"undoc",
159+
"unresolve",
73160
"USERPROFILE",
161+
"UTYPE",
74162
"venv",
75163
"viewcode",
76-
"virtualenv"
164+
"virtualenv",
165+
"WATCHLIST",
166+
"XLITERATOR"
77167
],
78168
"ignorePaths": [
79169
".git/**",
@@ -84,6 +174,7 @@
84174
".venv/**",
85175
"**/__pycache__/**",
86176
"development-requirements.txt",
87-
"src/senzing_grpc/pb2_grpc/**"
177+
"src/senzing_grpc/pb2_grpc/**",
178+
"src/senzing_truthset/**"
88179
]
89180
}

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ and this project adheres to [Semantic Versioning].
2929
- flags_by_value class method in szengineflags
3030
- Associated tests and examples for the above
3131

32-
3332
## [0.2.11] - 2025-05-05
3433

3534
### Changed in 0.2.11
@@ -150,7 +149,7 @@ and this project adheres to [Semantic Versioning].
150149

151150
### Changed in 0.1.10
152151

153-
- Synchronized ezengineflags with latest V4 stage build
152+
- Synchronized szengineflags with latest V4 stage build
154153

155154
## [0.1.9] - 2024-10-31
156155

@@ -193,7 +192,7 @@ and this project adheres to [Semantic Versioning].
193192

194193
### Added in 0.1.4
195194

196-
- `sz_enzine.preprocess_record()`
195+
- `sz_engine.preprocess_record()`
197196
- Engine flags:
198197
- `SZ_ENTITY_INCLUDE_RECORD_FEATURE_DETAILS`
199198
- `SZ_ENTITY_INCLUDE_RECORD_FEATURE_STATS`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the recommendation is not to use it yet.
1717
## Synopsis
1818

1919
The Senzing `sz-sdk-python` package contains the abstract base class from which
20-
implmentations of the Senzing Python SDK are derived.
20+
implementations of the Senzing Python SDK are derived.
2121

2222
[![Python 3.11 Badge]][Python 3.11]
2323
[![PEP8 Badge]][PEP8]

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"sphinx.ext.intersphinx",
4444
"sphinx.ext.napoleon", # to read Google-style or Numpy-style docstrings
4545
"sphinxext.remoteliteralinclude", # extends literalinclude to be able to pull files from URLs
46-
"sphinx.ext.viewcode", # to allow vieing the source code in the web page
46+
"sphinx.ext.viewcode", # to allow viewing the source code in the web page
4747
]
4848

4949
exclude_patterns = ["*.py"]

0 commit comments

Comments
 (0)