mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-25 10:42:20 -05:00
Fix spelling errors.
This commit is contained in:
parent
aa59925574
commit
ece7268a51
@ -61,9 +61,9 @@ Any other files can be put directly in the root of the sphinx folder.
|
||||
Capitalisation
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
The titles of all major sections have all worlds capitalized. (The ones with
|
||||
The titles of all major sections have all words capitalized. (The ones with
|
||||
===)
|
||||
The minor sections and subsections (---) and (~~~) have only the first word
|
||||
The minor sections and subsections (---) and (~~~) have only the first word and
|
||||
Simba specific words (like Simba itself) capitalized.
|
||||
|
||||
Try to stick to the Python documentation standards.
|
||||
|
@ -187,6 +187,8 @@ onOpenFile
|
||||
onColourPick
|
||||
~~~~~~~~~~~~
|
||||
|
||||
This function breaks naming procedure. Bug Wizzup to use "Color".
|
||||
|
||||
onScriptStart
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
@ -194,11 +196,11 @@ onScriptStart
|
||||
Special Cases
|
||||
-------------
|
||||
|
||||
.. his is supposed to document the special cases, and multiple extensions
|
||||
.. This is supposed to document the special cases, and multiple extensions
|
||||
hooking onto the same event is a special case.
|
||||
|
||||
Multiple extensions hooking onto the same event
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Multiple extensions hooking the same event
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
So what happens when multiple extensions hook onto the same event/hook?
|
||||
|
||||
@ -214,7 +216,7 @@ Pitfalls
|
||||
--------
|
||||
|
||||
Extensions can be very dangerous in the sense that they run on the main thread
|
||||
of Simba, it is very easy to crash Simba or make it hang. There is
|
||||
of Simba; it is very easy to crash Simba or cause it to hang. There is
|
||||
no way to prevent this, so make sure to check what you're doing before you try
|
||||
your own (or someone else's) extension.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user