This is an automated email from the ASF dual-hosted git repository.

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury.git


The following commit(s) were added to refs/heads/main by this push:
     new 2d04ac1a docs: Remove extra symbols (#1310)
2d04ac1a is described below

commit 2d04ac1afe2f243fd5dc2f0efa20ca854d6fa4e9
Author: Caican Cai <[email protected]>
AuthorDate: Sun Jan 7 01:14:41 2024 +0800

    docs: Remove extra symbols (#1310)
---
 CONTRIBUTING.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 471335a5..1f8c33e3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -81,7 +81,7 @@ mvn checkstyle:check
 ### Python
 
 ```bash
-cd python 
+cd python
 # install dependencies fro styling
 pip install black==22.1.0 flake8==3.9.1 flake8-quotes flake8-bugbear
 # format python code
@@ -115,7 +115,7 @@ cargo fmt
 Fury supports dump jit generated code into local file for better debug by 
configuring environment variables:
 
 - `FURY_CODE_DIR`:The directory for fury to dump generated code. Set to empty 
by default to skip dump code.
-- `ENABLE_FURY_GENERATED_CLASS_UNIQUE_ID`: Append an unique id for dynamically 
generated files by default to avoid serializer collision for different classes 
with same name. Set this to `false` to keep serializer name same for multiple 
execution or `AOT` codegen. 
+- `ENABLE_FURY_GENERATED_CLASS_UNIQUE_ID`: Append an unique id for dynamically 
generated files by default to avoid serializer collision for different classes 
with same name. Set this to `false` to keep serializer name same for multiple 
execution or `AOT` codegen.
 
 By using those environment variables, we can generate code to source directory 
and debug the generated code in next run.
 
@@ -144,12 +144,12 @@ See the [Debugging C++](docs/cpp_debug.md) doc.
 Enable core dump on Macos Monterey 12.1:
 
 ```bash
-/usr/libexec/PlistBuddy -c "Add :com.apple.security.get-task-allow bool true" 
tmp.entitlements     
+/usr/libexec/PlistBuddy -c "Add :com.apple.security.get-task-allow bool true" 
tmp.entitlements
 codesign -s - -f --entitlements tmp.entitlements 
/Users/chaokunyang/anaconda3/envs/py3.8/bin/python
 ulimit -c unlimited
 ```
 
-... then, run the code:
+then run the code:
 
 ```bash
 python fury_serializer.py


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to