Skip to content

Commit 0281fc7

Browse files
authored
Fixed a typo (#224)
1 parent daf4028 commit 0281fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Build_and_Run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _**Determine if 64-bit:**_
3434

3535
_This code snippet will read `true` for 64 bit._
3636

37-
`python -c 'from sys import maxsize; print(maxsize > 2**32)`
37+
`python -c 'from sys import maxsize; print(maxsize > 2**32)'`
3838

3939
_**Install module with link**_
4040

@@ -83,4 +83,4 @@ OR
8383

8484
```
8585
pipenv run python -m pytest /testss
86-
```
86+
```

0 commit comments

Comments
 (0)