Skip to content

Commit

Permalink
python falcon doc-string example typo (huggingface#26995)
Browse files Browse the repository at this point in the history
git python falcon typo
  • Loading branch information
SoyGema authored and staghado committed Oct 24, 2023
1 parent 34acb4c commit b0416bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/falcon/configuration_falcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class FalconConfig(PretrainedConfig):
Example:
```pytho
```python
>>> from transformers import FalconModel, FalconConfig
>>> # Initializing a small (2-layer) Falcon configuration
Expand Down

0 comments on commit b0416bf

Please sign in to comment.