Skip to content

Commit a6e880e

Browse files
authored
Fix a typo in the data exchange example (#205)
Fix a small documentation typo
1 parent d465c49 commit a6e880e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/03-advanced/03-exchange_data_between_servers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
comp = dpf.operators.logic.component_selector_fc(coordinates, 0, server=server2)
6565

6666
###############################################################################
67-
# Pass data from on server to another
67+
# Pass data from one server to another
6868
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6969
fc_disp = disp.outputs.fields_container()
7070
fc_copy = fc_disp.deep_copy(server=server2)

0 commit comments

Comments
 (0)