Skip to content

Commit f70eafa

Browse files
committed
docs
1 parent 95b1097 commit f70eafa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sphinx/live.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
sphinx-autobuild source build
3+
sphinx-autobuild --open-browser source build

sphinx/source/bots/programSafety.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Memory ownership is never transferred across the api boundary.
99
Usually, any pointers returned from any of the *c* functions are valid until next call to the same function.
1010
Therefore, most *c* functions are *not* reentrant.
1111

12-
The Python and C# wrappers functions always copy all necessary memory from the provided pointers into the native memory of the language.
12+
The Python and C# wrappers functions always copy all necessary memory from the provided pointers into the managed memory of the language.
1313
Be careful if you use a *c* function directly.
1414

1515
Threads

0 commit comments

Comments
 (0)