You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/06 12:20:22 UTC

[GitHub] [apisix] lingsamuel commented on a change in pull request #6498: docs: fix python script bug

lingsamuel commented on a change in pull request #6498:
URL: https://github.com/apache/apisix/pull/6498#discussion_r820226148



##########
File path: docs/en/latest/mtls.md
##########
@@ -103,7 +103,7 @@ import sys
 # sudo pip install requests
 import requests
 
-if len(sys.argv) <= 4:
+if len(sys.argv) < 4:

Review comment:
       I am afraid this is necessary. 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org