Quellcode durchsuchen

Fix: add a blank line before the subtitle

kerbalwzy vor 6 Jahren
Ursprung
Commit
5abf2e5095
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      examples/python/data_transmission/README.en.md

+ 1 - 0
examples/python/data_transmission/README.en.md

@@ -9,6 +9,7 @@ Four ways of data transmission when gRPC is used in Python.  [Offical Guide](<ht
   `client.py - line:14 - simple_method`
   `client.py - line:14 - simple_method`
 
 
   `server.py - line:17 - SimpleMethod`
   `server.py - line:17 - SimpleMethod`
+
 - #### stream-unary
 - #### stream-unary
 
 
   In a single call, the client can transfer data to the server an arbitrary number of times, but the server can only return a response once.
   In a single call, the client can transfer data to the server an arbitrary number of times, but the server can only return a response once.