mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-22 11:04:25 +01:00
Add a note about asterisk
This commit is contained in:
parent
615bc150a6
commit
dc9387effa
3
CONTRIBUTING.md
vendored
3
CONTRIBUTING.md
vendored
@ -7,7 +7,8 @@ If you're adding a new example, please do create an issue to discuss it before s
|
|||||||
You can use the following template for adding a new example:
|
You can use the following template for adding a new example:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
### ▶ Some fancy Title
|
### ▶ Some fancy Title *
|
||||||
|
The asterisk at the end of the title indicates the example was not present in the first release and has been recently added.
|
||||||
|
|
||||||
```py
|
```py
|
||||||
# Setting up the code.
|
# Setting up the code.
|
||||||
|
3
README.md
vendored
3
README.md
vendored
@ -123,7 +123,8 @@ So, here ya go...
|
|||||||
|
|
||||||
All the examples are structured like below:
|
All the examples are structured like below:
|
||||||
|
|
||||||
> ### Some fancy Title
|
> ### ▶ Some fancy Title *
|
||||||
|
> The asterisk at the end of the title indicates the example was not present in the first release and has been recently added.
|
||||||
>
|
>
|
||||||
> ```py
|
> ```py
|
||||||
> # Setting up the code.
|
> # Setting up the code.
|
||||||
|
Loading…
Reference in New Issue
Block a user