Skip to content

Commit

Permalink
Fix code block linter error.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 507673459
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Feb 8, 2023
1 parent 6dc8101 commit 748334b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tensorflow_graphics/g3doc/tensorboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ All keys from `camera_config` will be passed to a class with name

```python
camera_config = {
'cls': 'PerspectiveCamera',
'fov': 75,
'aspect': 0.9,
'cls': 'PerspectiveCamera',
'fov': 75,
'aspect': 0.9,
}
...
```
Expand Down

0 comments on commit 748334b

Please sign in to comment.