Skip to content

Commit 686fb67

Browse files
Update questions.py
1 parent 4e91de2 commit 686fb67

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

AskUbuntu-Scraper/questions.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ class AskUbuntu:
1010
```python
1111
questions = AskUbuntu("topic")
1212
```
13-
14-
| Methods | Details |
15-
| --------------------------- | ---------------------------------------------------------------------------------------------------- |
16-
| `.getQuestions()` | Returns the questions, views, votes, answer counts, and descriptions in JSON format |
1713
"""
14+
1815
def __init__(self, topic):
1916
self.topic = topic
2017

0 commit comments

Comments
 (0)