Skip to content

Commit 6a45672

Browse files
committed
Correct email addresses
1 parent 88c2b7d commit 6a45672

File tree

12 files changed

+16
-16
lines changed

12 files changed

+16
-16
lines changed

docs/code_of_conduct.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
4343
Enforcement
4444
===========
4545

46-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at chrlunsf@cisco.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
46+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at jozanini@cisco.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
4747

4848
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4949

docs/user/quickstart.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ ready to start making API calls.
169169
.. code-block:: python
170170
171171
>>> api.people.me()
172-
Person({"displayName": "Chris Lunsford", "firstName": "Chris", "created": "2012-06-15T20:36:48.914Z", "lastName": "Lunsford", "emails": ["[email protected]"], "avatar": "https://1efa7a94ed216783e352-c62266528714497a17239ececf39e9e2.ssl.cf1.rackcdn.com/V1~ba1ecf557a7e0b7cc3081998df965aad~7-HrvYOJSQ6eJgWJuFVbzg==~1600", "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mZjhlZTZmYi1hZmVmLTRhNGQtOTJiMS1kNmIyMTZiNTg5NDk"})
172+
Person({"displayName": "Chris Lunsford", "firstName": "Chris", "created": "2012-06-15T20:36:48.914Z", "lastName": "Lunsford", "emails": ["[email protected]"], "avatar": "https://1efa7a94ed216783e352-c62266528714497a17239ececf39e9e2.ssl.cf1.rackcdn.com/V1~ba1ecf557a7e0b7cc3081998df965aad~7-HrvYOJSQ6eJgWJuFVbzg==~1600", "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mZjhlZTZmYi1hZmVmLTRhNGQtOTJiMS1kNmIyMTZiNTg5NDk"})
173173
174174
It really is that easy.
175175

@@ -200,7 +200,7 @@ You can easily access and call any of these methods directly from your
200200
201201
>>> chris_id = "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mZjhlZTZmYi1hZmVmLTRhNGQtOTJiMS1kNmIyMTZiNTg5NDk"
202202
>>> api.people.get(personId=chris_id)
203-
Person({"displayName": "Chris Lunsford", "firstName": "Chris", "created": "2012-06-15T20:36:48.914Z", "lastName": "Lunsford", "emails": ["[email protected]"], "avatar": "https://1efa7a94ed216783e352-c62266528714497a17239ececf39e9e2.ssl.cf1.rackcdn.com/V1~ba1ecf557a7e0b7cc3081998df965aad~7-HrvYOJSQ6eJgWJuFVbzg==~1600", "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mZjhlZTZmYi1hZmVmLTRhNGQtOTJiMS1kNmIyMTZiNTg5NDk"})
203+
Person({"displayName": "Chris Lunsford", "firstName": "Chris", "created": "2012-06-15T20:36:48.914Z", "lastName": "Lunsford", "emails": ["[email protected]"], "avatar": "https://1efa7a94ed216783e352-c62266528714497a17239ececf39e9e2.ssl.cf1.rackcdn.com/V1~ba1ecf557a7e0b7cc3081998df965aad~7-HrvYOJSQ6eJgWJuFVbzg==~1600", "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mZjhlZTZmYi1hZmVmLTRhNGQtOTJiMS1kNmIyMTZiNTg5NDk"})
204204
205205
206206
Catching Exceptions
@@ -270,7 +270,7 @@ The Webex cloud returns data objects in JSON format, like so:
270270
"created": "2012-06-15T20:36:48.914Z",
271271
"lastName": "Lunsford",
272272
"emails": [
273-
273+
274274
],
275275
"avatar": "https://1efa7a94ed216783e352-c62266528714497a17239ececf39e9e2.ssl.cf1.rackcdn.com/V1~ba1ecf557a7e0b7cc3081998df965aad~7-HrvYOJSQ6eJgWJuFVbzg==~1600",
276276
"id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mZjhlZTZmYi1hZmVmLTRhNGQtOTJiMS1kNmIyMTZiNTg5NDk"
@@ -299,11 +299,11 @@ help clean up your code and make coding easier:
299299
300300
>>> # Do this
301301
>>> api.people.get(personId=me.id)
302-
Person({"displayName": "Chris Lunsford", "firstName": "Chris", "created": "2012-06-15T20:36:48.914Z", "lastName": "Lunsford", "emails": ["[email protected]"], "avatar": "https://1efa7a94ed216783e352-c62266528714497a17239ececf39e9e2.ssl.cf1.rackcdn.com/V1~ba1ecf557a7e0b7cc3081998df965aad~7-HrvYOJSQ6eJgWJuFVbzg==~1600", "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mZjhlZTZmYi1hZmVmLTRhNGQtOTJiMS1kNmIyMTZiNTg5NDk"})
302+
Person({"displayName": "Chris Lunsford", "firstName": "Chris", "created": "2012-06-15T20:36:48.914Z", "lastName": "Lunsford", "emails": ["[email protected]"], "avatar": "https://1efa7a94ed216783e352-c62266528714497a17239ececf39e9e2.ssl.cf1.rackcdn.com/V1~ba1ecf557a7e0b7cc3081998df965aad~7-HrvYOJSQ6eJgWJuFVbzg==~1600", "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mZjhlZTZmYi1hZmVmLTRhNGQtOTJiMS1kNmIyMTZiNTg5NDk"})
303303
>>> # Instead of this
304304
>>> my_id = me.id
305305
>>> api.people.get(personId=my_id)
306-
Person({"displayName": "Chris Lunsford", "firstName": "Chris", "created": "2012-06-15T20:36:48.914Z", "lastName": "Lunsford", "emails": ["[email protected]"], "avatar": "https://1efa7a94ed216783e352-c62266528714497a17239ececf39e9e2.ssl.cf1.rackcdn.com/V1~ba1ecf557a7e0b7cc3081998df965aad~7-HrvYOJSQ6eJgWJuFVbzg==~1600", "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mZjhlZTZmYi1hZmVmLTRhNGQtOTJiMS1kNmIyMTZiNTg5NDk"})
306+
Person({"displayName": "Chris Lunsford", "firstName": "Chris", "created": "2012-06-15T20:36:48.914Z", "lastName": "Lunsford", "emails": ["[email protected]"], "avatar": "https://1efa7a94ed216783e352-c62266528714497a17239ececf39e9e2.ssl.cf1.rackcdn.com/V1~ba1ecf557a7e0b7cc3081998df965aad~7-HrvYOJSQ6eJgWJuFVbzg==~1600", "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mZjhlZTZmYi1hZmVmLTRhNGQtOTJiMS1kNmIyMTZiNTg5NDk"})
307307
308308
2. If your IDE supports auto-completion (like PyCharm_ for example), then
309309
you can easily see and 'tab-out' available attributes while coding.

examples/bot-example-flask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"""
4545

4646
__author__ = "Chris Lunsford"
47-
__author_email__ = "[email protected]"
47+
__author_email__ = "[email protected]"
4848
__contributors__ = ["Brad Bester <[email protected]>"]
4949
__copyright__ = "Copyright (c) 2016-2024 Cisco and/or its affiliates."
5050
__license__ = "MIT"

examples/bot-example-webpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
__author__ = "Brad Bester"
4747
__author_email__ = "[email protected]"
48-
__contributors__ = ["Chris Lunsford <[email protected]>"]
48+
__contributors__ = ["Chris Lunsford <[email protected]>"]
4949
__copyright__ = "Copyright (c) 2016-2024 Cisco and/or its affiliates."
5050
__license__ = "MIT"
5151

examples/bot-with-card-example-flask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# Script metadata
6565
__author__ = "JP Shipherd"
6666
__author_email__ = "[email protected]"
67-
__contributors__ = ["Chris Lunsford <[email protected]>"]
67+
__contributors__ = ["Chris Lunsford <[email protected]>"]
6868
__copyright__ = "Copyright (c) 2016-2024 Cisco and/or its affiliates."
6969
__license__ = "MIT"
7070

examples/local_file_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
__author__ = "Jeff Levensailor"
4747
__author_email__ = "[email protected]"
48-
__contributors__ = ["Chris Lunsford <[email protected]>"]
48+
__contributors__ = ["Chris Lunsford <[email protected]>"]
4949
__copyright__ = "Copyright (c) 2016-2024 Cisco and/or its affiliates."
5050
__license__ = "MIT"
5151

examples/ngrokwebhook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
__author__ = "Brad Bester"
3838
__author_email__ = "[email protected]"
39-
__contributors__ = ["Chris Lunsford <[email protected]>"]
39+
__contributors__ = ["Chris Lunsford <[email protected]>"]
4040
__copyright__ = "Copyright (c) 2016-2024 Cisco and/or its affiliates."
4141
__license__ = "MIT"
4242

examples/people.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
__author__ = "Jose Bogarín Solano"
3131
__author_email__ = "[email protected]"
32-
__contributors__ = ["Chris Lunsford <[email protected]>"]
32+
__contributors__ = ["Chris Lunsford <[email protected]>"]
3333
__copyright__ = "Copyright (c) 2016-2024 Cisco and/or its affiliates."
3434
__license__ = "MIT"
3535

examples/pyramidWebexTeamsBot/pyramidWebexTeamsBot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__author__ = "Jose Bogarín Solano"
2626
__author_email__ = "[email protected]"
27-
__contributors__ = ["Chris Lunsford <[email protected]>"]
27+
__contributors__ = ["Chris Lunsford <[email protected]>"]
2828
__copyright__ = "Copyright (c) 2016-2024 Cisco and/or its affiliates."
2929
__license__ = "MIT"
3030

examples/pyramidWebexTeamsBot/pyramidWebexTeamsBot/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
__author_email__ = "[email protected]"
4848
__contributors__ = [
4949
"Brad Bester <[email protected]>",
50-
"Chris Lunsford <[email protected]>",
50+
"Chris Lunsford <[email protected]>",
5151
]
5252
__copyright__ = "Copyright (c) 2016-2024 Cisco and/or its affiliates."
5353
__license__ = "MIT"

0 commit comments

Comments
 (0)