File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ Usage
3232More help available with:
3333
3434``` python
35- >> > help (bogo.bogo )
35+ >> > help (bogo.core )
3636```
3737
38- Some functions from bogo.bogo are exported to package toplevel:
38+ Some functions from ` bogo.core ` are exported to package toplevel:
3939
4040- ` process_key() `
4141- ` process_sequence() `
Original file line number Diff line number Diff line change 1414'mèo'
1515```
1616
17- Some functions from bogo.bogo are exported to package toplevel:
17+ Some functions from ` bogo.core` are exported to package toplevel:
1818
1919 - process_key()
2020 - process_sequence()
2121 - get_telex_definition()
2222 - get_vni_definition()
2323
24- Read help(bogo.bogo) for more help.
24+ Read ` help(bogo.core)` for more help.
2525"""
2626
27- from bogo .bogo import \
27+ from bogo .core import \
2828 process_key , \
2929 process_sequence , \
3030 get_telex_definition , \
File renamed without changes.
Original file line number Diff line number Diff line change 66from functools import partial
77import codecs
88
9- from bogo .bogo import _Action , _get_action , process_sequence
9+ from bogo .core import _Action , _get_action , process_sequence
1010from bogo .mark import Mark
1111import os
1212
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ bogo.accent module
1919 :undoc-members:
2020 :show-inheritance:
2121
22- bogo.bogo module
22+ bogo.core module
2323----------------
2424
25- .. automodule :: bogo.bogo
25+ .. automodule :: bogo.core
2626 :members:
2727 :undoc-members:
2828 :show-inheritance:
Original file line number Diff line number Diff line change 3939
4040More help available with:
4141
42- >>> help(bogo.bogo )
42+ >>> help(bogo.core )
4343
44- Some functions from bogo.bogo are exported to package toplevel:
44+ Some functions from bogo.core are exported to package toplevel:
4545
4646- `process_key()`
4747- `process_sequence()`
You can’t perform that action at this time.
0 commit comments