Skip to content

Commit

Permalink
Merge pull request #220 from emnify/fix/sorting-example-typo
Browse files Browse the repository at this point in the history
docs: fix typo in sorting devices example
  • Loading branch information
Th3Un1q3 authored Aug 15, 2023
2 parents 00cb8b4 + 27e9502 commit 5ad0d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/filtering_and_sorting.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# The following example searches for SIMs without a device:
sims_without_assigned_device = emnify_client.sim.get_sim_list(without_device=True)

# === Example: Sort a list of SIM cards ===
# === Example: Sort all devices ===

# Like filtering, sorting reduces processing time by ordering objects in the server.
# Sorting also enables you to group objects by specifying a particular attribute.
Expand Down

0 comments on commit 5ad0d38

Please sign in to comment.