Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thautwarm committed Jul 21, 2018
1 parent 37257fe commit ad3333b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 31 deletions.
20 changes: 0 additions & 20 deletions .pytest_cache/v/cache/nodeids

This file was deleted.

8 changes: 0 additions & 8 deletions docs/Magic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,12 @@ Singleton Class





Constant Return Function
------------------------------




Custom Initialized Singleton Class
----------------------------------------------




Runtime Cast
----------------

Expand Down
6 changes: 3 additions & 3 deletions docs/MetaProgramming.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Examples
Tips:

1. You can create multiple :code:`Macro` object to implement **macro on macro**.
1. You can create multiple :code:`Macro` objects to implement **macro on macro**.
2. The implementation of Python Macro is trivial under Redy's Feature Service System, you can
play with it to try something really crazy.

Expand Down Expand Up @@ -87,7 +87,7 @@ Tips:
return ret
* The most effective, elegant and robust :code:`goto` in Python
* The most efficient, elegant and robust :code:`goto` in Python


.. code :: python
Expand Down Expand Up @@ -121,6 +121,6 @@ Tips:
This :code:`goto` is quite fast and safe, but you should only perform it somewhere actually matches the use case of :code:`goto` .
This :code:`goto` is quite efficient and safe, but you should only perform it somewhere actually matches the use case of :code:`goto` .


2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Welcome to Redy's documentation!
:caption: Contents:

ADT
Magic
MetaProgramming


Indices and tables
Expand Down

0 comments on commit ad3333b

Please sign in to comment.