Skip to content

Commit c43a5b7

Browse files
committed
Documentation: Remove :
1 parent d446fbb commit c43a5b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def func(x):
5656
return math.sin(x.a**2) + math.sin(x.b**2)
5757
```
5858

59-
**Valid everywhere:**
59+
**Valid everywhere**
6060

6161
```Python
6262
def func(x):

docs/docs/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ On Windows, because of the multiprocessing system (spawn), the function you send
66

77
Example:
88

9-
**Forbidden:**
9+
**Forbidden**
1010

1111
```Python
1212
import math
@@ -16,7 +16,7 @@ def func(x):
1616
return math.sin(x.a**2) + math.sin(x.b**2)
1717
```
1818

19-
**Valid:**
19+
**Valid**
2020

2121
```Python
2222
def func(x):

0 commit comments

Comments
 (0)