Skip to content

Commit

Permalink
tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisamin committed Mar 21, 2018
1 parent 5a3b001 commit 5440be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ You can add or remove tags on measurements with:
tagger = MeasurementTagger(key=ATLAS_STOP_API_KEY)
(is_success, response) = tagger.add_tag(msm_id=MSM_ID, tag="my-tag")
(is_success, response) = tagger.remove_Tag(msm_id=MSM_ID, tag="my-tag")
(is_success, response) = tagger.remove_tag(msm_id=MSM_ID, tag="my-tag")
Make Any API Get Requests
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 5440be5

Please sign in to comment.