pythonocc-core icon indicating copy to clipboard operation
pythonocc-core copied to clipboard

docs: Fix a few typos

Open timgates42 opened this issue 3 years ago • 1 comments

There are small typos in:

  • src/Display/WebGl/jupyter_renderer.py
  • src/Display/WebGl/simple_server.py
  • src/Display/WebGl/threejs_renderer.py
  • src/Display/WebGl/x3dom_renderer.py
  • src/Display/wxDisplay.py
  • src/Tesselator/ShapeTesselator.cpp

Fixes:

  • Should read number rather than numer.
  • Should read dictionary rather than dictionnary.
  • Should read whether rather than wether.
  • Should read until rather than untill.
  • Should read triangulation rather than tringulation.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

timgates42 avatar Dec 18 '21 21:12 timgates42

@timgates42 Good catch, thank you. There are a few conflicts, can you please rebase this branch on top of master?

tpaviot avatar Dec 19 '21 07:12 tpaviot

Merged into commit bffcf2d6

tpaviot avatar Aug 17 '22 08:08 tpaviot