Stephan Witt <st.w...@gmx.net> writes: > I tried to see what happens when the spell checker gets discretionary hyphens. > But I don't know if the presented code snippet really produce a discretionary > hyphen as result. > When I inspect the string passed to spell checker I couldn't see a difference. > So, I have to ask how to construct a docstring instance containing a > discretionary hyphen?
Remember that discretionary hyphens are invisible when you print the whole string. So they may be there without being visible. JMarc