# Close Connection

Optionally you can close the `requests.Session()` connection with the New York Times server.&#x20;

```python
nyt.close()
```
