We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf4028 commit 0281fc7Copy full SHA for 0281fc7
1 file changed
docs/Build_and_Run.md
@@ -34,7 +34,7 @@ _**Determine if 64-bit:**_
34
35
_This code snippet will read `true` for 64 bit._
36
37
-`python -c 'from sys import maxsize; print(maxsize > 2**32)`
+`python -c 'from sys import maxsize; print(maxsize > 2**32)'`
38
39
_**Install module with link**_
40
@@ -83,4 +83,4 @@ OR
83
84
```
85
pipenv run python -m pytest /testss
86
-```
+```
0 commit comments